Package com.soywiz.korgw

Types

Link copied to clipboard
interface ActivityWithResult
Link copied to clipboard
class AndroidAGOpengl(    val androidContext: Context,     val agCheck: Boolean = false,     val mGLView: () -> KorgwSurfaceView?? = null) : AGOpengl
Link copied to clipboard
class AndroidConfigChooser(val hdr: Boolean? = null) : GLSurfaceView.EGLConfigChooser
Link copied to clipboard
class AndroidGameWindow(val activity: KorgwActivity) : BaseAndroidGameWindow
Link copied to clipboard
class AndroidGameWindowNoActivity(    val width: Int,     val height: Int,     val ag: AG,     val androidContext: Context,     val config: GameWindowCreationConfig = GameWindowCreationConfig(),     val getView: () -> View) : BaseAndroidGameWindow
Link copied to clipboard
object AndroidKeyMap
Link copied to clipboard
abstract class BaseAndroidGameWindow(val config: GameWindowCreationConfig = GameWindowCreationConfig()) : GameWindow
Link copied to clipboard
open class BrowserCanvasJsGameWindow : JsGameWindow
Link copied to clipboard
interface ClipboardData
Link copied to clipboard
interface DialogInterface : DialogInterfaceProvider
Link copied to clipboard
class DialogInterfaceAndroid(val contextProvider: () -> Context) : DialogInterface
Link copied to clipboard
class DialogInterfaceIos : DialogInterface
Link copied to clipboard
class DialogInterfaceJs : DialogInterface
Link copied to clipboard
class DialogInterfaceMacos(val gwProvider: () -> MyDefaultGameWindow?) : DialogInterface
Link copied to clipboard
interface DialogInterfaceProvider
Link copied to clipboard
class DialogInterfaceWin(val nativeComponentProvider: () -> Any?) : DialogInterface
Link copied to clipboard
open class EventLoopGameWindow : GameWindow
Link copied to clipboard
data class FileFilter(val entries: List<Pair<String, List<String>>>)
Link copied to clipboard
Link copied to clipboard
interface GameWindowConfig
Link copied to clipboard
open class GameWindowCoroutineDispatcher : CoroutineDispatcher, Delay, Closeable
Link copied to clipboard
Link copied to clipboard
data class GameWindowCreationConfig(val multithreaded: Boolean? = null, val hdr: Boolean? = null)
Link copied to clipboard
enum IDC : Enum<IDC>
Link copied to clipboard
open class IosAGNative : AGNative
Link copied to clipboard
open class IosGameWindow(val windowProvider: () -> UIWindow?? = null) : GameWindow
Link copied to clipboard
object IosKeyMap
Link copied to clipboard
open class JsGameWindow : GameWindow
Link copied to clipboard
object JvmAGFactory : AGFactory
Link copied to clipboard
object Korgw
Link copied to clipboard
abstract class KorgwActivity(activityWithResult: ActivityWithResult.Mixin = ActivityWithResult.Mixin(), val config: GameWindowCreationConfig = GameWindowCreationConfig()) : Activity, ActivityWithResult
Link copied to clipboard
abstract class KorgwBaseNewAppDelegate
Link copied to clipboard
open class KorgwSurfaceView(    val viewOrActivity: Any?,     context: Context,     val gameWindow: BaseAndroidGameWindow) : GLSurfaceView, GLSurfaceView.Renderer
Link copied to clipboard
open class MacAGNative(val window: NSWindow) : AGNative
Link copied to clipboard
class MyDefaultGameWindow : GameWindow
Link copied to clipboard
class MyGLKViewController(val entry: suspend () -> Unit) : GLKViewController
Link copied to clipboard
class MyNSOpenGLView(    val defaultGameWindow: MyDefaultGameWindow,     frame: <Error class: unknown class><NSRect>,     pixelFormat: NSOpenGLPixelFormat?) : NSOpenGLView, NSTextInputProtocol
Link copied to clipboard
class MyNSWindow(    contentRect: <Error class: unknown class><NSRect>,     styleMask: NSWindowStyleMask,     backing: NSBackingStoreType,     defer: Boolean) : NSWindow
Link copied to clipboard
object Nimbus_111_1420_Safari_GamepadMapping : GamepadMapping
Link copied to clipboard
class NodeJsGameWindow : JsGameWindow
Link copied to clipboard
class SDLAg(window: SdlGameWindowNative, val gl: KmlGl = KmlGlNative()) : AGOpengl
Link copied to clipboard
class SdlGameWindowNative : EventLoopGameWindow
Link copied to clipboard
object TestGameWindow
Link copied to clipboard
data class TextClipboardData(val text: String, val contentType: String? = null) : ClipboardData
Link copied to clipboard
class TouchEventHandler
Link copied to clipboard
class ViewController(val entry: suspend () -> Unit) : GCEventViewController
Link copied to clipboard
class Win32AGOpengl(val hwnd: () -> <Error class: unknown class>?) : AGNative
Link copied to clipboard
class WinController : NSObject
Link copied to clipboard
class WindowsGameWindow : EventLoopGameWindow
Link copied to clipboard
data class WinFileFilter(val name: String, val pattern: String)
Link copied to clipboard
class X11AgOpengl(val window: X11GameWindow, val gl: KmlGl = com.soywiz.kgl.KmlGlNative()) : AGOpengl
Link copied to clipboard
class X11GameWindow : EventLoopGameWindow
Link copied to clipboard
class X11OpenglContext(    val d: <Error class: unknown class><<Error class: unknown class>>?,     val w: <Error class: unknown class>,     val doubleBuffered: Boolean = true)
Link copied to clipboard
open class ZenityDialogs : DialogInterface

Functions

Link copied to clipboard
suspend fun DialogInterfaceProvider.alert(message: String)
Link copied to clipboard
suspend fun DialogInterfaceProvider.alertError(e: Throwable)
Link copied to clipboard
suspend fun DialogInterfaceProvider.browse(url: URL)
Link copied to clipboard
fun GameWindow.configure(    width: Int,     height: Int,     title: String? = "GameWindow",     icon: Bitmap? = null,     fullscreen: Boolean? = null,     bgcolor: RGBA = Colors.BLACK)
Link copied to clipboard
suspend fun DialogInterfaceProvider.confirm(message: String): Boolean
Link copied to clipboard
actual fun CreateDefaultGameWindow(config: GameWindowCreationConfig): GameWindow
fun CreateDefaultGameWindow(): GameWindow
expect fun CreateDefaultGameWindow(config: GameWindowCreationConfig): GameWindow
actual fun CreateDefaultGameWindow(config: GameWindowCreationConfig): GameWindow
actual fun CreateDefaultGameWindow(config: GameWindowCreationConfig): GameWindow
actual fun CreateDefaultGameWindow(config: GameWindowCreationConfig): GameWindow
actual fun CreateDefaultGameWindow(config: GameWindowCreationConfig): GameWindow
actual fun CreateDefaultGameWindow(config: GameWindowCreationConfig): GameWindow
actual fun CreateDefaultGameWindow(config: GameWindowCreationConfig): GameWindow
Link copied to clipboard
actual fun createDialogInterfaceForComponent(nativeComponent: Any?): DialogInterface
expect fun createDialogInterfaceForComponent(nativeComponent: Any?): DialogInterface
actual fun createDialogInterfaceForComponent(nativeComponent: Any?): DialogInterface
actual fun createDialogInterfaceForComponent(nativeComponent: Any?): DialogInterface
actual fun createDialogInterfaceForComponent(nativeComponent: Any?): DialogInterface
actual fun createDialogInterfaceForComponent(nativeComponent: Any?): DialogInterface
actual fun createDialogInterfaceForComponent(nativeComponent: Any?): DialogInterface
actual fun createDialogInterfaceForComponent(nativeComponent: Any?): DialogInterface
Link copied to clipboard
fun displayCallback(    displayLink: CVDisplayLinkRef?,     inNow: <Error class: unknown class><CVTimeStamp>?,     inOutputTime: <Error class: unknown class><CVTimeStamp>?,     flagsIn: CVOptionFlags,     flagsOut: <Error class: unknown class><CVOptionFlagsVar>?,     displayLinkContext: <Error class: unknown class>?): CVReturn
Link copied to clipboard
fun macTrace(str: String)
Link copied to clipboard
fun GameWindow.mainLoop(entry: suspend GameWindow.() -> Unit)
Link copied to clipboard
fun mouseButton(    button: Int,     down: Boolean,     wParam: Int)
Link copied to clipboard
fun mouseMove(    x: Int,     y: Int,     wParam: Int)
Link copied to clipboard
fun GameWindow.onDragAndDropFileEvent(block: suspend (DropFileEvent) -> Unit)
Link copied to clipboard
suspend fun DialogInterfaceProvider.openFileDialog(    filter: String? = null,     write: Boolean = false,     multi: Boolean = false): List<VfsFile>
suspend fun DialogInterfaceProvider.openFileDialog(    filter: FileFilter? = null,     write: Boolean = false,     multi: Boolean = false,     currentDir: VfsFile? = null): List<VfsFile>
Link copied to clipboard
fun openSelectFile(    initialDir: String? = null,     filters: List<WinFileFilter> = listOf(WinFileFilter("All (*.*)", "*.*")),     hwnd: <Error class: unknown class>? = null): String?
Link copied to clipboard
fun processString(maxLen: Int, callback: (<Error class: unknown class><<Error class: unknown class>>, maxLen: Int) -> Unit): String
Link copied to clipboard
suspend fun DialogInterfaceProvider.prompt(message: String, default: String = ""): String
Link copied to clipboard
fun test()
Link copied to clipboard
fun GameWindow.toggleFullScreen()
Link copied to clipboard
fun wglGetProcAddressAny(name: String): <Error class: unknown class>?
Link copied to clipboard
fun WndProc(    hWnd: <Error class: unknown class>?,     message: <Error class: unknown class>,     wParam: <Error class: unknown class>,     lParam: <Error class: unknown class>): <Error class: unknown class>

Properties

Link copied to clipboard
val _WM_CHAR: <Error class: unknown class>
Link copied to clipboard
val _WM_CLOSE: <Error class: unknown class>
Link copied to clipboard
val _WM_CREATE: <Error class: unknown class>
Link copied to clipboard
val _WM_KEYDOWN: <Error class: unknown class>
Link copied to clipboard
val _WM_KEYUP: <Error class: unknown class>
Link copied to clipboard
val _WM_LBUTTONDOWN: <Error class: unknown class>
Link copied to clipboard
val _WM_LBUTTONUP: <Error class: unknown class>
Link copied to clipboard
val _WM_MBUTTONDOWN: <Error class: unknown class>
Link copied to clipboard
val _WM_MBUTTONUP: <Error class: unknown class>
Link copied to clipboard
val _WM_MOUSEHWHEEL: <Error class: unknown class>
Link copied to clipboard
val _WM_MOUSELEAVE: <Error class: unknown class>
Link copied to clipboard
val _WM_MOUSEMOVE: <Error class: unknown class>
Link copied to clipboard
val _WM_MOUSEWHEEL: <Error class: unknown class>
Link copied to clipboard
val _WM_QUIT: <Error class: unknown class>
Link copied to clipboard
val _WM_RBUTTONDOWN: <Error class: unknown class>
Link copied to clipboard
val _WM_RBUTTONUP: <Error class: unknown class>
Link copied to clipboard
val _WM_SIZE: <Error class: unknown class>
Link copied to clipboard
val _WM_SYSKEYDOWN: <Error class: unknown class>
Link copied to clipboard
val _WM_SYSKEYUP: <Error class: unknown class>
Link copied to clipboard
val _WM_UNICHAR: <Error class: unknown class>
Link copied to clipboard
val NSEvent.alt: Boolean
Link copied to clipboard
const val Button1MotionMask: Int
Link copied to clipboard
const val Button2MotionMask: Int
Link copied to clipboard
const val Button3MotionMask: Int
Link copied to clipboard
const val Button4MotionMask: Int
Link copied to clipboard
const val Button5MotionMask: Int
Link copied to clipboard
const val ButtonMotionMask: Int
Link copied to clipboard
const val ButtonPress: Int = 4
Link copied to clipboard
const val ButtonPressMask: Int
Link copied to clipboard
const val ButtonRelease: Int = 5
Link copied to clipboard
const val ButtonReleaseMask: Int
Link copied to clipboard
val Int.cg: CGFloat
val Double.cg: CGFloat
Link copied to clipboard
const val CirculateNotify: Int = 26
Link copied to clipboard
const val CirculateRequest: Int = 27
Link copied to clipboard
const val ClientMessage: Int = 33
Link copied to clipboard
const val ColormapChangeMask: Int
Link copied to clipboard
const val ColormapNotify: Int = 32
Link copied to clipboard
val COMDLG32_DLL: <Error class: unknown class>?
Link copied to clipboard
const val ConfigureNotify: Int = 22
Link copied to clipboard
const val ConfigureRequest: Int = 23
Link copied to clipboard
const val CreateNotify: Int = 16
Link copied to clipboard
val NSEvent.ctrl: Boolean
Link copied to clipboard
const val DestroyNotify: Int = 17
Link copied to clipboard
val doDisplayCallbackRender: () -> Unit
Link copied to clipboard
val doMacTrace: Boolean
Link copied to clipboard
const val EnterNotify: Int = 7
Link copied to clipboard
const val EnterWindowMask: Int
Link copied to clipboard
const val Expose: Int = 12
Link copied to clipboard
const val ExposureMask: Int
Link copied to clipboard
val FindResourceAFunc: <Error class: unknown class>
Link copied to clipboard
val NSEvent.fn: Boolean
Link copied to clipboard
const val FocusChangeMask: Int
Link copied to clipboard
const val FocusIn: Int = 9
Link copied to clipboard
const val FocusOut: Int = 10
Link copied to clipboard
const val GenericEvent: Int = 35
Link copied to clipboard
val GetOpenFileNameWFunc: <Error class: unknown class>
Link copied to clipboard
var GLOBAL_CHECK_GL: Boolean = false
Link copied to clipboard
const val GLX_ACCUM_ALPHA_SIZE: Int = 17
Link copied to clipboard
const val GLX_ACCUM_BLUE_SIZE: Int = 16
Link copied to clipboard
const val GLX_ACCUM_GREEN_SIZE: Int = 15
Link copied to clipboard
const val GLX_ACCUM_RED_SIZE: Int = 14
Link copied to clipboard
const val GLX_ALPHA_SIZE: Int = 11
Link copied to clipboard
const val GLX_AUX_BUFFERS: Int = 7
Link copied to clipboard
const val GLX_BLUE_SIZE: Int = 10
Link copied to clipboard
const val GLX_BUFFER_SIZE: Int = 2
Link copied to clipboard
const val GLX_DEPTH_SIZE: Int = 12
Link copied to clipboard
const val GLX_DOUBLEBUFFER: Int = 5
Link copied to clipboard
const val GLX_GREEN_SIZE: Int = 9
Link copied to clipboard
const val GLX_LEVEL: Int = 3
Link copied to clipboard
const val GLX_RED_SIZE: Int = 8
Link copied to clipboard
const val GLX_RGBA: Int = 4
Link copied to clipboard
const val GLX_STENCIL_SIZE: Int = 13
Link copied to clipboard
const val GLX_STEREO: Int = 6
Link copied to clipboard
const val GLX_USE_GL: Int = 1
Link copied to clipboard
const val GraphicsExpose: Int = 13
Link copied to clipboard
const val GravityNotify: Int = 24
Link copied to clipboard
val <Error class: unknown class><NSRect>.height: <Error class: unknown class>
Link copied to clipboard
const val KeymapNotify: Int = 11
Link copied to clipboard
const val KeymapStateMask: Int
Link copied to clipboard
const val KeyPress: Int = 2
Link copied to clipboard
const val KeyPressMask: Int
Link copied to clipboard
const val KeyRelease: Int = 3
Link copied to clipboard
const val KeyReleaseMask: Int
Link copied to clipboard
val KEYS: <Error class: unknown class>
Link copied to clipboard
val knownControllers: Map<String, GamepadMapping>
Link copied to clipboard
var korgwJvmEngine: String? = null
Link copied to clipboard
const val LASTEvent: Int = 36
Link copied to clipboard
const val LeaveNotify: Int = 8
Link copied to clipboard
const val LeaveWindowMask: Int
Link copied to clipboard
val <Error class: unknown class><NSRect>.left: <Error class: unknown class>
Link copied to clipboard
val LoadCursorAFunc: <Error class: unknown class>
Link copied to clipboard
val LoadIconAFunc: <Error class: unknown class>
Link copied to clipboard
const val MapNotify: Int = 19
Link copied to clipboard
const val MappingNotify: Int = 34
Link copied to clipboard
const val MapRequest: Int = 20
Link copied to clipboard
val NSEvent.meta: Boolean
Link copied to clipboard
val MK_CONTROL: Int = 8
Link copied to clipboard
val MK_LBUTTON: Int = 1
Link copied to clipboard
val MK_MBUTTON: Int = 16
Link copied to clipboard
val MK_RBUTTON: Int = 2
Link copied to clipboard
val MK_SHIFT: Int = 4
Link copied to clipboard
val MK_XBUTTON1: Int = 32
Link copied to clipboard
val MK_XBUTTON2: Int = 64
Link copied to clipboard
const val MotionNotify: Int = 6
Link copied to clipboard
const val NoExpose: Int = 14
Link copied to clipboard
val GameWindow.Cursor.nsCursor: NSCursor
val GameWindow.CustomCursor.nsCursor: NSCursor
val GameWindow.ICursor.nsCursor: NSCursor
Link copied to clipboard
val OPENGL32_DLL_MODULE: <Error class: unknown class>?
Link copied to clipboard
const val PointerMotionHintMask: Int
Link copied to clipboard
const val PointerMotionMask: Int
Link copied to clipboard
const val PropertyChangeMask: Int
Link copied to clipboard
const val PropertyDelete: Int = 1
Link copied to clipboard
const val PropertyNewValue: Int = 0
Link copied to clipboard
const val PropertyNotify: Int = 28
Link copied to clipboard
const val PropModeReplace: Int = 0
Link copied to clipboard
const val ReparentNotify: Int = 21
Link copied to clipboard
const val ResizeRedirectMask: Int
Link copied to clipboard
const val ResizeRequest: Int = 25
Link copied to clipboard
const val SelectionClear: Int = 29
Link copied to clipboard
const val SelectionNotify: Int = 31
Link copied to clipboard
const val SelectionRequest: Int = 30
Link copied to clipboard
var setSwapInterval: Boolean = false
Link copied to clipboard
val NSEvent.shift: Boolean
Link copied to clipboard
const val StructureNotifyMask: Int
Link copied to clipboard
const val SubstructureNotifyMask: Int
Link copied to clipboard
const val SubstructureRedirectMask: Int
Link copied to clipboard
var swapIntervalEXT: <Error class: unknown class><<Error class: unknown class><(Int) -> Unit>>? = null
Link copied to clipboard
val <Error class: unknown class><NSRect>.top: <Error class: unknown class>
Link copied to clipboard
const val UnmapNotify: Int = 18
Link copied to clipboard
val USER32_DLL: <Error class: unknown class>
Link copied to clipboard
const val VisibilityChangeMask: Int
Link copied to clipboard
const val VisibilityNotify: Int = 15
Link copied to clipboard
const val VK__none_: Int = 255
Link copied to clipboard
const val VK_ABNT_C1: Int = 193
Link copied to clipboard
const val VK_ABNT_C2: Int = 194
Link copied to clipboard
const val VK_ACCEPT: Int = 30
Link copied to clipboard
const val VK_ADD: Int = 107
Link copied to clipboard
const val VK_APPS: Int = 93
Link copied to clipboard
const val VK_ATTN: Int = 246
Link copied to clipboard
const val VK_BACK: Int = 8
Link copied to clipboard
const val VK_BROWSER_BACK: Int = 166
Link copied to clipboard
const val VK_BROWSER_FAVORITES: Int = 171
Link copied to clipboard
const val VK_BROWSER_FORWARD: Int = 167
Link copied to clipboard
const val VK_BROWSER_HOME: Int = 172
Link copied to clipboard
const val VK_BROWSER_REFRESH: Int = 168
Link copied to clipboard
const val VK_BROWSER_SEARCH: Int = 170
Link copied to clipboard
const val VK_BROWSER_STOP: Int = 169
Link copied to clipboard
const val VK_CANCEL: Int = 3
Link copied to clipboard
const val VK_CAPITAL: Int = 20
Link copied to clipboard
const val VK_CLEAR: Int = 12
Link copied to clipboard
const val VK_CONVERT: Int = 28
Link copied to clipboard
const val VK_CRSEL: Int = 247
Link copied to clipboard
const val VK_DECIMAL: Int = 110
Link copied to clipboard
const val VK_DELETE: Int = 46
Link copied to clipboard
const val VK_DIVIDE: Int = 111
Link copied to clipboard
const val VK_DOWN: Int = 40
Link copied to clipboard
const val VK_END: Int = 35
Link copied to clipboard
const val VK_EREOF: Int = 249
Link copied to clipboard
const val VK_ESCAPE: Int = 27
Link copied to clipboard
const val VK_EXECUTE: Int = 43
Link copied to clipboard
const val VK_EXSEL: Int = 248
Link copied to clipboard
const val VK_F1: Int = 112
Link copied to clipboard
const val VK_F10: Int = 121
Link copied to clipboard
const val VK_F11: Int = 122
Link copied to clipboard
const val VK_F12: Int = 123
Link copied to clipboard
const val VK_F13: Int = 124
Link copied to clipboard
const val VK_F14: Int = 125
Link copied to clipboard
const val VK_F15: Int = 126
Link copied to clipboard
const val VK_F16: Int = 127
Link copied to clipboard
const val VK_F17: Int = 128
Link copied to clipboard
const val VK_F18: Int = 129
Link copied to clipboard
const val VK_F19: Int = 130
Link copied to clipboard
const val VK_F2: Int = 113
Link copied to clipboard
const val VK_F20: Int = 131
Link copied to clipboard
const val VK_F21: Int = 132
Link copied to clipboard
const val VK_F22: Int = 133
Link copied to clipboard
const val VK_F23: Int = 134
Link copied to clipboard
const val VK_F24: Int = 135
Link copied to clipboard
const val VK_F3: Int = 114
Link copied to clipboard
const val VK_F4: Int = 115
Link copied to clipboard
const val VK_F5: Int = 116
Link copied to clipboard
const val VK_F6: Int = 117
Link copied to clipboard
const val VK_F7: Int = 118
Link copied to clipboard
const val VK_F8: Int = 119
Link copied to clipboard
const val VK_F9: Int = 120
Link copied to clipboard
const val VK_FINAL: Int = 24
Link copied to clipboard
const val VK_HELP: Int = 47
Link copied to clipboard
const val VK_HOME: Int = 36
Link copied to clipboard
const val VK_ICO_00: Int = 228
Link copied to clipboard
const val VK_ICO_CLEAR: Int = 230
Link copied to clipboard
const val VK_ICO_HELP: Int = 227
Link copied to clipboard
const val VK_INSERT: Int = 45
Link copied to clipboard
const val VK_JUNJA: Int = 23
Link copied to clipboard
const val VK_KANA: Int = 21
Link copied to clipboard
const val VK_KANJI: Int = 25
Link copied to clipboard
const val VK_KEY_0: Int = 48
Link copied to clipboard
const val VK_KEY_1: Int = 49
Link copied to clipboard
const val VK_KEY_2: Int = 50
Link copied to clipboard
const val VK_KEY_3: Int = 51
Link copied to clipboard
const val VK_KEY_4: Int = 52
Link copied to clipboard
const val VK_KEY_5: Int = 53
Link copied to clipboard
const val VK_KEY_6: Int = 54
Link copied to clipboard
const val VK_KEY_7: Int = 55
Link copied to clipboard
const val VK_KEY_8: Int = 56
Link copied to clipboard
const val VK_KEY_9: Int = 57
Link copied to clipboard
const val VK_KEY_A: Int = 65
Link copied to clipboard
const val VK_KEY_B: Int = 66
Link copied to clipboard
const val VK_KEY_C: Int = 67
Link copied to clipboard
const val VK_KEY_D: Int = 68
Link copied to clipboard
const val VK_KEY_E: Int = 69
Link copied to clipboard
const val VK_KEY_F: Int = 70
Link copied to clipboard
const val VK_KEY_G: Int = 71
Link copied to clipboard
const val VK_KEY_H: Int = 72
Link copied to clipboard
const val VK_KEY_I: Int = 73
Link copied to clipboard
const val VK_KEY_J: Int = 74
Link copied to clipboard
const val VK_KEY_K: Int = 75
Link copied to clipboard
const val VK_KEY_L: Int = 76
Link copied to clipboard
const val VK_KEY_M: Int = 77
Link copied to clipboard
const val VK_KEY_N: Int = 78
Link copied to clipboard
const val VK_KEY_O: Int = 79
Link copied to clipboard
const val VK_KEY_P: Int = 80
Link copied to clipboard
const val VK_KEY_Q: Int = 81
Link copied to clipboard
const val VK_KEY_R: Int = 82
Link copied to clipboard
const val VK_KEY_S: Int = 83
Link copied to clipboard
const val VK_KEY_T: Int = 84
Link copied to clipboard
const val VK_KEY_U: Int = 85
Link copied to clipboard
const val VK_KEY_V: Int = 86
Link copied to clipboard
const val VK_KEY_W: Int = 87
Link copied to clipboard
const val VK_KEY_X: Int = 88
Link copied to clipboard
const val VK_KEY_Y: Int = 89
Link copied to clipboard
const val VK_KEY_Z: Int = 90
Link copied to clipboard
const val VK_LAUNCH_APP1: Int = 182
Link copied to clipboard
const val VK_LAUNCH_APP2: Int = 183
Link copied to clipboard
const val VK_LAUNCH_MAIL: Int = 180
Link copied to clipboard
const val VK_LAUNCH_MEDIA_SELECT: Int = 181
Link copied to clipboard
const val VK_LBUTTON: Int = 1
Link copied to clipboard
const val VK_LCONTROL: Int = 162
Link copied to clipboard
const val VK_LEFT: Int = 37
Link copied to clipboard
const val VK_LMENU: Int = 164
Link copied to clipboard
const val VK_LSHIFT: Int = 160
Link copied to clipboard
const val VK_LWIN: Int = 91
Link copied to clipboard
const val VK_MBUTTON: Int = 4
Link copied to clipboard
const val VK_MEDIA_NEXT_TRACK: Int = 176
Link copied to clipboard
const val VK_MEDIA_PLAY_PAUSE: Int = 179
Link copied to clipboard
const val VK_MEDIA_PREV_TRACK: Int = 177
Link copied to clipboard
const val VK_MEDIA_STOP: Int = 178
Link copied to clipboard
const val VK_MODECHANGE: Int = 31
Link copied to clipboard
const val VK_MULTIPLY: Int = 106
Link copied to clipboard
const val VK_NEXT: Int = 34
Link copied to clipboard
const val VK_NONAME: Int = 252
Link copied to clipboard
const val VK_NONCONVERT: Int = 29
Link copied to clipboard
const val VK_NUMLOCK: Int = 144
Link copied to clipboard
const val VK_NUMPAD0: Int = 96
Link copied to clipboard
const val VK_NUMPAD1: Int = 97
Link copied to clipboard
const val VK_NUMPAD2: Int = 98
Link copied to clipboard
const val VK_NUMPAD3: Int = 99
Link copied to clipboard
const val VK_NUMPAD4: Int = 100
Link copied to clipboard
const val VK_NUMPAD5: Int = 101
Link copied to clipboard
const val VK_NUMPAD6: Int = 102
Link copied to clipboard
const val VK_NUMPAD7: Int = 103
Link copied to clipboard
const val VK_NUMPAD8: Int = 104
Link copied to clipboard
const val VK_NUMPAD9: Int = 105
Link copied to clipboard
const val VK_OEM_1: Int = 186
Link copied to clipboard
const val VK_OEM_102: Int = 226
Link copied to clipboard
const val VK_OEM_2: Int = 191
Link copied to clipboard
const val VK_OEM_3: Int = 192
Link copied to clipboard
const val VK_OEM_4: Int = 219
Link copied to clipboard
const val VK_OEM_5: Int = 220
Link copied to clipboard
const val VK_OEM_6: Int = 221
Link copied to clipboard
const val VK_OEM_7: Int = 222
Link copied to clipboard
const val VK_OEM_8: Int = 223
Link copied to clipboard
const val VK_OEM_ATTN: Int = 240
Link copied to clipboard
const val VK_OEM_AUTO: Int = 243
Link copied to clipboard
const val VK_OEM_AX: Int = 225
Link copied to clipboard
const val VK_OEM_BACKTAB: Int = 245
Link copied to clipboard
const val VK_OEM_CLEAR: Int = 254
Link copied to clipboard
const val VK_OEM_COMMA: Int = 188
Link copied to clipboard
const val VK_OEM_COPY: Int = 242
Link copied to clipboard
const val VK_OEM_CUSEL: Int = 239
Link copied to clipboard
const val VK_OEM_ENLW: Int = 244
Link copied to clipboard
const val VK_OEM_FINISH: Int = 241
Link copied to clipboard
const val VK_OEM_FJ_JISHO: Int = 146
Link copied to clipboard
const val VK_OEM_FJ_LOYA: Int = 149
Link copied to clipboard
const val VK_OEM_FJ_MASSHOU: Int = 147
Link copied to clipboard
const val VK_OEM_FJ_ROYA: Int = 150
Link copied to clipboard
const val VK_OEM_FJ_TOUROKU: Int = 148
Link copied to clipboard
const val VK_OEM_JUMP: Int = 234
Link copied to clipboard
const val VK_OEM_MINUS: Int = 189
Link copied to clipboard
const val VK_OEM_PA1: Int = 235
Link copied to clipboard
const val VK_OEM_PA2: Int = 236
Link copied to clipboard
const val VK_OEM_PA3: Int = 237
Link copied to clipboard
const val VK_OEM_PERIOD: Int = 190
Link copied to clipboard
const val VK_OEM_PLUS: Int = 187
Link copied to clipboard
const val VK_OEM_RESET: Int = 233
Link copied to clipboard
const val VK_OEM_WSCTRL: Int = 238
Link copied to clipboard
const val VK_PA1: Int = 253
Link copied to clipboard
const val VK_PACKET: Int = 231
Link copied to clipboard
const val VK_PAUSE: Int = 19
Link copied to clipboard
const val VK_PLAY: Int = 250
Link copied to clipboard
const val VK_PRINT: Int = 42
Link copied to clipboard
const val VK_PRIOR: Int = 33
Link copied to clipboard
const val VK_PROCESSKEY: Int = 229
Link copied to clipboard
const val VK_RBUTTON: Int = 2
Link copied to clipboard
const val VK_RCONTROL: Int = 163
Link copied to clipboard
const val VK_RETURN: Int = 13
Link copied to clipboard
const val VK_RIGHT: Int = 39
Link copied to clipboard
const val VK_RMENU: Int = 165
Link copied to clipboard
const val VK_RSHIFT: Int = 161
Link copied to clipboard
const val VK_RWIN: Int = 92
Link copied to clipboard
const val VK_SCROLL: Int = 145
Link copied to clipboard
const val VK_SELECT: Int = 41
Link copied to clipboard
const val VK_SEPARATOR: Int = 108
Link copied to clipboard
const val VK_SLEEP: Int = 95
Link copied to clipboard
const val VK_SNAPSHOT: Int = 44
Link copied to clipboard
const val VK_SPACE: Int = 32
Link copied to clipboard
const val VK_SUBTRACT: Int = 109
Link copied to clipboard
const val VK_TAB: Int = 9
Link copied to clipboard
const val VK_UP: Int = 38
Link copied to clipboard
const val VK_VOLUME_DOWN: Int = 174
Link copied to clipboard
const val VK_VOLUME_MUTE: Int = 173
Link copied to clipboard
const val VK_VOLUME_UP: Int = 175
Link copied to clipboard
const val VK_XBUTTON1: Int = 5
Link copied to clipboard
const val VK_XBUTTON2: Int = 6
Link copied to clipboard
const val VK_ZOOM: Int = 251
Link copied to clipboard
val <Error class: unknown class><NSRect>.width: <Error class: unknown class>
Link copied to clipboard
val windowsGameWindow: WindowsGameWindow
Link copied to clipboard
val <Error class: unknown class><NSPoint>.x: <Error class: unknown class>
Link copied to clipboard
const val XK_0: Int = 48
Link copied to clipboard
const val XK_1: Int = 49
Link copied to clipboard
const val XK_2: Int = 50
Link copied to clipboard
const val XK_3: Int = 51
Link copied to clipboard
const val XK_3270_AltCursor: Int = 64784
Link copied to clipboard
const val XK_3270_Attn: Int = 64782
Link copied to clipboard
const val XK_3270_BackTab: Int = 64773
Link copied to clipboard
const val XK_3270_ChangeScreen: Int = 64793
Link copied to clipboard
const val XK_3270_Copy: Int = 64789
Link copied to clipboard
const val XK_3270_CursorBlink: Int = 64783
Link copied to clipboard
const val XK_3270_CursorSelect: Int = 64796
Link copied to clipboard
const val XK_3270_DeleteWord: Int = 64794
Link copied to clipboard
const val XK_3270_Duplicate: Int = 64769
Link copied to clipboard
const val XK_3270_Enter: Int = 64798
Link copied to clipboard
const val XK_3270_EraseEOF: Int = 64774
Link copied to clipboard
const val XK_3270_EraseInput: Int = 64775
Link copied to clipboard
const val XK_3270_ExSelect: Int = 64795
Link copied to clipboard
const val XK_3270_FieldMark: Int = 64770
Link copied to clipboard
const val XK_3270_Ident: Int = 64787
Link copied to clipboard
const val XK_3270_Jump: Int = 64786
Link copied to clipboard
const val XK_3270_KeyClick: Int = 64785
Link copied to clipboard
const val XK_3270_Left2: Int = 64772
Link copied to clipboard
const val XK_3270_PA1: Int = 64778
Link copied to clipboard
const val XK_3270_PA2: Int = 64779
Link copied to clipboard
const val XK_3270_PA3: Int = 64780
Link copied to clipboard
const val XK_3270_Play: Int = 64790
Link copied to clipboard
const val XK_3270_PrintScreen: Int = 64797
Link copied to clipboard
const val XK_3270_Quit: Int = 64777
Link copied to clipboard
const val XK_3270_Record: Int = 64792
Link copied to clipboard
const val XK_3270_Reset: Int = 64776
Link copied to clipboard
const val XK_3270_Right2: Int = 64771
Link copied to clipboard
const val XK_3270_Rule: Int = 64788
Link copied to clipboard
const val XK_3270_Setup: Int = 64791
Link copied to clipboard
const val XK_3270_Test: Int = 64781
Link copied to clipboard
const val XK_4: Int = 52
Link copied to clipboard
const val XK_5: Int = 53
Link copied to clipboard
const val XK_6: Int = 54
Link copied to clipboard
const val XK_7: Int = 55
Link copied to clipboard
const val XK_8: Int = 56
Link copied to clipboard
const val XK_9: Int = 57
Link copied to clipboard
const val XK_A: Int = 65
Link copied to clipboard
const val XK_a: Int = 97
Link copied to clipboard
const val XK_Aacute: Int = 193
Link copied to clipboard
const val XK_aacute: Int = 225
Link copied to clipboard
const val XK_Abelowdot: Int = 16785056
Link copied to clipboard
const val XK_abelowdot: Int = 16785057
Link copied to clipboard
const val XK_abovedot: Int = 511
Link copied to clipboard
const val XK_Abreve: Int = 451
Link copied to clipboard
const val XK_abreve: Int = 483
Link copied to clipboard
const val XK_Abreveacute: Int = 16785070
Link copied to clipboard
const val XK_abreveacute: Int = 16785071
Link copied to clipboard
const val XK_Abrevebelowdot: Int = 16785078
Link copied to clipboard
const val XK_abrevebelowdot: Int = 16785079
Link copied to clipboard
const val XK_Abrevegrave: Int = 16785072
Link copied to clipboard
const val XK_abrevegrave: Int = 16785073
Link copied to clipboard
const val XK_Abrevehook: Int = 16785074
Link copied to clipboard
const val XK_abrevehook: Int = 16785075
Link copied to clipboard
const val XK_Abrevetilde: Int = 16785076
Link copied to clipboard
const val XK_abrevetilde: Int = 16785077
Link copied to clipboard
const val XK_AccessX_Enable: Int = 65136
Link copied to clipboard
const val XK_AccessX_Feedback_Enable: Int = 65137
Link copied to clipboard
const val XK_Acircumflex: Int = 194
Link copied to clipboard
const val XK_acircumflex: Int = 226
Link copied to clipboard
const val XK_Acircumflexacute: Int = 16785060
Link copied to clipboard
const val XK_acircumflexacute: Int = 16785061
Link copied to clipboard
const val XK_Acircumflexbelowdot: Int = 16785068
Link copied to clipboard
const val XK_acircumflexbelowdot: Int = 16785069
Link copied to clipboard
const val XK_Acircumflexgrave: Int = 16785062
Link copied to clipboard
const val XK_acircumflexgrave: Int = 16785063
Link copied to clipboard
const val XK_Acircumflexhook: Int = 16785064
Link copied to clipboard
const val XK_acircumflexhook: Int = 16785065
Link copied to clipboard
const val XK_Acircumflextilde: Int = 16785066
Link copied to clipboard
const val XK_acircumflextilde: Int = 16785067
Link copied to clipboard
const val XK_acute: Int = 180
Link copied to clipboard
const val XK_Adiaeresis: Int = 196
Link copied to clipboard
const val XK_adiaeresis: Int = 228
Link copied to clipboard
const val XK_AE: Int = 198
Link copied to clipboard
const val XK_ae: Int = 230
Link copied to clipboard
const val XK_Agrave: Int = 192
Link copied to clipboard
const val XK_agrave: Int = 224
Link copied to clipboard
const val XK_Ahook: Int = 16785058
Link copied to clipboard
const val XK_ahook: Int = 16785059
Link copied to clipboard
const val XK_Alt_L: Int = 65513
Link copied to clipboard
const val XK_Alt_R: Int = 65514
Link copied to clipboard
const val XK_Amacron: Int = 960
Link copied to clipboard
const val XK_amacron: Int = 992
Link copied to clipboard
const val XK_ampersand: Int = 38
Link copied to clipboard
const val XK_Aogonek: Int = 417
Link copied to clipboard
const val XK_aogonek: Int = 433
Link copied to clipboard
const val XK_apostrophe: Int = 39
Link copied to clipboard
const val XK_approxeq: Int = 16785992
Link copied to clipboard
const val XK_approximate: Int = 2248
Link copied to clipboard
const val XK_Arabic_0: Int = 16778848
Link copied to clipboard
const val XK_Arabic_1: Int = 16778849
Link copied to clipboard
const val XK_Arabic_2: Int = 16778850
Link copied to clipboard
const val XK_Arabic_3: Int = 16778851
Link copied to clipboard
const val XK_Arabic_4: Int = 16778852
Link copied to clipboard
const val XK_Arabic_5: Int = 16778853
Link copied to clipboard
const val XK_Arabic_6: Int = 16778854
Link copied to clipboard
const val XK_Arabic_7: Int = 16778855
Link copied to clipboard
const val XK_Arabic_8: Int = 16778856
Link copied to clipboard
const val XK_Arabic_9: Int = 16778857
Link copied to clipboard
const val XK_Arabic_ain: Int = 1497
Link copied to clipboard
const val XK_Arabic_alef: Int = 1479
Link copied to clipboard
const val XK_Arabic_alefmaksura: Int = 1513
Link copied to clipboard
const val XK_Arabic_beh: Int = 1480
Link copied to clipboard
const val XK_Arabic_comma: Int = 1452
Link copied to clipboard
const val XK_Arabic_dad: Int = 1494
Link copied to clipboard
const val XK_Arabic_dal: Int = 1487
Link copied to clipboard
const val XK_Arabic_damma: Int = 1519
Link copied to clipboard
const val XK_Arabic_dammatan: Int = 1516
Link copied to clipboard
const val XK_Arabic_ddal: Int = 16778888
Link copied to clipboard
const val XK_Arabic_farsi_yeh: Int = 16778956
Link copied to clipboard
const val XK_Arabic_fatha: Int = 1518
Link copied to clipboard
const val XK_Arabic_fathatan: Int = 1515
Link copied to clipboard
const val XK_Arabic_feh: Int = 1505
Link copied to clipboard
const val XK_Arabic_fullstop: Int = 16778964
Link copied to clipboard
const val XK_Arabic_gaf: Int = 16778927
Link copied to clipboard
const val XK_Arabic_ghain: Int = 1498
Link copied to clipboard
const val XK_Arabic_ha: Int = 1511
Link copied to clipboard
const val XK_Arabic_hah: Int = 1485
Link copied to clipboard
const val XK_Arabic_hamza: Int = 1473
Link copied to clipboard
const val XK_Arabic_hamza_above: Int = 16778836
Link copied to clipboard
const val XK_Arabic_hamza_below: Int = 16778837
Link copied to clipboard
const val XK_Arabic_hamzaonalef: Int = 1475
Link copied to clipboard
const val XK_Arabic_hamzaonwaw: Int = 1476
Link copied to clipboard
const val XK_Arabic_hamzaonyeh: Int = 1478
Link copied to clipboard
const val XK_Arabic_hamzaunderalef: Int = 1477
Link copied to clipboard
const val XK_Arabic_heh: Int = 1511
Link copied to clipboard
const val XK_Arabic_heh_doachashmee: Int = 16778942
Link copied to clipboard
const val XK_Arabic_heh_goal: Int = 16778945
Link copied to clipboard
const val XK_Arabic_jeem: Int = 1484
Link copied to clipboard
const val XK_Arabic_jeh: Int = 16778904
Link copied to clipboard
const val XK_Arabic_kaf: Int = 1507
Link copied to clipboard
const val XK_Arabic_kasra: Int = 1520
Link copied to clipboard
const val XK_Arabic_kasratan: Int = 1517
Link copied to clipboard
const val XK_Arabic_keheh: Int = 16778921
Link copied to clipboard
const val XK_Arabic_khah: Int = 1486
Link copied to clipboard
const val XK_Arabic_lam: Int = 1508
Link copied to clipboard
const val XK_Arabic_madda_above: Int = 16778835
Link copied to clipboard
const val XK_Arabic_maddaonalef: Int = 1474
Link copied to clipboard
const val XK_Arabic_meem: Int = 1509
Link copied to clipboard
const val XK_Arabic_noon: Int = 1510
Link copied to clipboard
const val XK_Arabic_noon_ghunna: Int = 16778938
Link copied to clipboard
const val XK_Arabic_peh: Int = 16778878
Link copied to clipboard
const val XK_Arabic_percent: Int = 16778858
Link copied to clipboard
const val XK_Arabic_qaf: Int = 1506
Link copied to clipboard
const val XK_Arabic_question_mark: Int = 1471
Link copied to clipboard
const val XK_Arabic_ra: Int = 1489
Link copied to clipboard
const val XK_Arabic_rreh: Int = 16778897
Link copied to clipboard
const val XK_Arabic_sad: Int = 1493
Link copied to clipboard
const val XK_Arabic_seen: Int = 1491
Link copied to clipboard
const val XK_Arabic_semicolon: Int = 1467
Link copied to clipboard
const val XK_Arabic_shadda: Int = 1521
Link copied to clipboard
const val XK_Arabic_sheen: Int = 1492
Link copied to clipboard
const val XK_Arabic_sukun: Int = 1522
Link copied to clipboard
const val XK_Arabic_superscript_alef: Int = 16778864
Link copied to clipboard
const val XK_Arabic_switch: Int = 65406
Link copied to clipboard
const val XK_Arabic_tah: Int = 1495
Link copied to clipboard
const val XK_Arabic_tatweel: Int = 1504
Link copied to clipboard
const val XK_Arabic_tcheh: Int = 16778886
Link copied to clipboard
const val XK_Arabic_teh: Int = 1482
Link copied to clipboard
const val XK_Arabic_tehmarbuta: Int = 1481
Link copied to clipboard
const val XK_Arabic_thal: Int = 1488
Link copied to clipboard
const val XK_Arabic_theh: Int = 1483
Link copied to clipboard
const val XK_Arabic_tteh: Int = 16778873
Link copied to clipboard
const val XK_Arabic_veh: Int = 16778916
Link copied to clipboard
const val XK_Arabic_waw: Int = 1512
Link copied to clipboard
const val XK_Arabic_yeh: Int = 1514
Link copied to clipboard
const val XK_Arabic_yeh_baree: Int = 16778962
Link copied to clipboard
const val XK_Arabic_zah: Int = 1496
Link copied to clipboard
const val XK_Arabic_zain: Int = 1490
Link copied to clipboard
const val XK_Aring: Int = 197
Link copied to clipboard
const val XK_aring: Int = 229
Link copied to clipboard
const val XK_Armenian_accent: Int = 16778587
Link copied to clipboard
const val XK_Armenian_amanak: Int = 16778588
Link copied to clipboard
const val XK_Armenian_apostrophe: Int = 16778586
Link copied to clipboard
const val XK_Armenian_AT: Int = 16778552
Link copied to clipboard
const val XK_Armenian_at: Int = 16778600
Link copied to clipboard
const val XK_Armenian_AYB: Int = 16778545
Link copied to clipboard
const val XK_Armenian_ayb: Int = 16778593
Link copied to clipboard
const val XK_Armenian_BEN: Int = 16778546
Link copied to clipboard
const val XK_Armenian_ben: Int = 16778594
Link copied to clipboard
const val XK_Armenian_but: Int = 16778589
Link copied to clipboard
const val XK_Armenian_CHA: Int = 16778569
Link copied to clipboard
const val XK_Armenian_cha: Int = 16778617
Link copied to clipboard
const val XK_Armenian_DA: Int = 16778548
Link copied to clipboard
const val XK_Armenian_da: Int = 16778596
Link copied to clipboard
const val XK_Armenian_DZA: Int = 16778561
Link copied to clipboard
const val XK_Armenian_dza: Int = 16778609
Link copied to clipboard
const val XK_Armenian_E: Int = 16778551
Link copied to clipboard
const val XK_Armenian_e: Int = 16778599
Link copied to clipboard
const val XK_Armenian_exclam: Int = 16778588
Link copied to clipboard
const val XK_Armenian_FE: Int = 16778582
Link copied to clipboard
const val XK_Armenian_fe: Int = 16778630
Link copied to clipboard
const val XK_Armenian_full_stop: Int = 16778633
Link copied to clipboard
const val XK_Armenian_GHAT: Int = 16778562
Link copied to clipboard
const val XK_Armenian_ghat: Int = 16778610
Link copied to clipboard
const val XK_Armenian_GIM: Int = 16778547
Link copied to clipboard
const val XK_Armenian_gim: Int = 16778595
Link copied to clipboard
const val XK_Armenian_HI: Int = 16778565
Link copied to clipboard
const val XK_Armenian_hi: Int = 16778613
Link copied to clipboard
const val XK_Armenian_HO: Int = 16778560
Link copied to clipboard
const val XK_Armenian_ho: Int = 16778608
Link copied to clipboard
const val XK_Armenian_hyphen: Int = 16778634
Link copied to clipboard
const val XK_Armenian_INI: Int = 16778555
Link copied to clipboard
const val XK_Armenian_ini: Int = 16778603
Link copied to clipboard
const val XK_Armenian_JE: Int = 16778571
Link copied to clipboard
const val XK_Armenian_je: Int = 16778619
Link copied to clipboard
const val XK_Armenian_KE: Int = 16778580
Link copied to clipboard
const val XK_Armenian_ke: Int = 16778628
Link copied to clipboard
const val XK_Armenian_KEN: Int = 16778559
Link copied to clipboard
const val XK_Armenian_ken: Int = 16778607
Link copied to clipboard
const val XK_Armenian_KHE: Int = 16778557
Link copied to clipboard
const val XK_Armenian_khe: Int = 16778605
Link copied to clipboard
const val XK_Armenian_ligature_ew: Int = 16778631
Link copied to clipboard
const val XK_Armenian_LYUN: Int = 16778556
Link copied to clipboard
const val XK_Armenian_lyun: Int = 16778604
Link copied to clipboard
const val XK_Armenian_MEN: Int = 16778564
Link copied to clipboard
const val XK_Armenian_men: Int = 16778612
Link copied to clipboard
const val XK_Armenian_NU: Int = 16778566
Link copied to clipboard
const val XK_Armenian_nu: Int = 16778614
Link copied to clipboard
const val XK_Armenian_O: Int = 16778581
Link copied to clipboard
const val XK_Armenian_o: Int = 16778629
Link copied to clipboard
const val XK_Armenian_paruyk: Int = 16778590
Link copied to clipboard
const val XK_Armenian_PE: Int = 16778570
Link copied to clipboard
const val XK_Armenian_pe: Int = 16778618
Link copied to clipboard
const val XK_Armenian_PYUR: Int = 16778579
Link copied to clipboard
const val XK_Armenian_pyur: Int = 16778627
Link copied to clipboard
const val XK_Armenian_question: Int = 16778590
Link copied to clipboard
const val XK_Armenian_RA: Int = 16778572
Link copied to clipboard
const val XK_Armenian_ra: Int = 16778620
Link copied to clipboard
const val XK_Armenian_RE: Int = 16778576
Link copied to clipboard
const val XK_Armenian_re: Int = 16778624
Link copied to clipboard
const val XK_Armenian_SE: Int = 16778573
Link copied to clipboard
const val XK_Armenian_se: Int = 16778621
Link copied to clipboard
const val XK_Armenian_separation_mark: Int = 16778589
Link copied to clipboard
const val XK_Armenian_SHA: Int = 16778567
Link copied to clipboard
const val XK_Armenian_sha: Int = 16778615
Link copied to clipboard
const val XK_Armenian_shesht: Int = 16778587
Link copied to clipboard
const val XK_Armenian_TCHE: Int = 16778563
Link copied to clipboard
const val XK_Armenian_tche: Int = 16778611
Link copied to clipboard
const val XK_Armenian_TO: Int = 16778553
Link copied to clipboard
const val XK_Armenian_to: Int = 16778601
Link copied to clipboard
const val XK_Armenian_TSA: Int = 16778558
Link copied to clipboard
const val XK_Armenian_tsa: Int = 16778606
Link copied to clipboard
const val XK_Armenian_TSO: Int = 16778577
Link copied to clipboard
const val XK_Armenian_tso: Int = 16778625
Link copied to clipboard
const val XK_Armenian_TYUN: Int = 16778575
Link copied to clipboard
const val XK_Armenian_tyun: Int = 16778623
Link copied to clipboard
const val XK_Armenian_verjaket: Int = 16778633
Link copied to clipboard
const val XK_Armenian_VEV: Int = 16778574
Link copied to clipboard
const val XK_Armenian_vev: Int = 16778622
Link copied to clipboard
const val XK_Armenian_VO: Int = 16778568
Link copied to clipboard
const val XK_Armenian_vo: Int = 16778616
Link copied to clipboard
const val XK_Armenian_VYUN: Int = 16778578
Link copied to clipboard
const val XK_Armenian_vyun: Int = 16778626
Link copied to clipboard
const val XK_Armenian_YECH: Int = 16778549
Link copied to clipboard
const val XK_Armenian_yech: Int = 16778597
Link copied to clipboard
const val XK_Armenian_yentamna: Int = 16778634
Link copied to clipboard
const val XK_Armenian_ZA: Int = 16778550
Link copied to clipboard
const val XK_Armenian_za: Int = 16778598
Link copied to clipboard
const val XK_Armenian_ZHE: Int = 16778554
Link copied to clipboard
const val XK_Armenian_zhe: Int = 16778602
Link copied to clipboard
const val XK_asciicircum: Int = 94
Link copied to clipboard
const val XK_asciitilde: Int = 126
Link copied to clipboard
const val XK_asterisk: Int = 42
Link copied to clipboard
const val XK_at: Int = 64
Link copied to clipboard
const val XK_Atilde: Int = 195
Link copied to clipboard
const val XK_atilde: Int = 227
Link copied to clipboard
const val XK_AudibleBell_Enable: Int = 65146
Link copied to clipboard
const val XK_B: Int = 66
Link copied to clipboard
const val XK_b: Int = 98
Link copied to clipboard
const val XK_Babovedot: Int = 16784898
Link copied to clipboard
const val XK_babovedot: Int = 16784899
Link copied to clipboard
const val XK_backslash: Int = 92
Link copied to clipboard
const val XK_BackSpace: Int = 65288
Link copied to clipboard
const val XK_ballotcross: Int = 2804
Link copied to clipboard
const val XK_bar: Int = 124
Link copied to clipboard
const val XK_because: Int = 16785973
Link copied to clipboard
const val XK_Begin: Int = 65368
Link copied to clipboard
const val XK_blank: Int = 2527
Link copied to clipboard
const val XK_botintegral: Int = 2213
Link copied to clipboard
const val XK_botleftparens: Int = 2220
Link copied to clipboard
const val XK_botleftsqbracket: Int = 2216
Link copied to clipboard
const val XK_botleftsummation: Int = 2226
Link copied to clipboard
const val XK_botrightparens: Int = 2222
Link copied to clipboard
const val XK_botrightsqbracket: Int = 2218
Link copied to clipboard
const val XK_botrightsummation: Int = 2230
Link copied to clipboard
const val XK_bott: Int = 2550
Link copied to clipboard
const val XK_botvertsummationconnector: Int = 2228
Link copied to clipboard
const val XK_BounceKeys_Enable: Int = 65140
Link copied to clipboard
const val XK_braceleft: Int = 123
Link copied to clipboard
const val XK_braceright: Int = 125
Link copied to clipboard
const val XK_bracketleft: Int = 91
Link copied to clipboard
const val XK_bracketright: Int = 93
Link copied to clipboard
const val XK_braille_blank: Int = 16787456
Link copied to clipboard
const val XK_braille_dot_1: Int = 65521
Link copied to clipboard
const val XK_braille_dot_10: Int = 65530
Link copied to clipboard
const val XK_braille_dot_2: Int = 65522
Link copied to clipboard
const val XK_braille_dot_3: Int = 65523
Link copied to clipboard
const val XK_braille_dot_4: Int = 65524
Link copied to clipboard
const val XK_braille_dot_5: Int = 65525
Link copied to clipboard
const val XK_braille_dot_6: Int = 65526
Link copied to clipboard
const val XK_braille_dot_7: Int = 65527
Link copied to clipboard
const val XK_braille_dot_8: Int = 65528
Link copied to clipboard
const val XK_braille_dot_9: Int = 65529
Link copied to clipboard
const val XK_braille_dots_1: Int = 16787457
Link copied to clipboard
const val XK_braille_dots_12: Int = 16787459
Link copied to clipboard
const val XK_braille_dots_123: Int = 16787463
Link copied to clipboard
const val XK_braille_dots_1234: Int = 16787471
Link copied to clipboard
const val XK_braille_dots_12345: Int = 16787487
Link copied to clipboard
const val XK_braille_dots_123456: Int = 16787519
Link copied to clipboard
const val XK_braille_dots_1234567: Int = 16787583
Link copied to clipboard
const val XK_braille_dots_12345678: Int = 16787711
Link copied to clipboard
const val XK_braille_dots_1234568: Int = 16787647
Link copied to clipboard
const val XK_braille_dots_123457: Int = 16787551
Link copied to clipboard
const val XK_braille_dots_1234578: Int = 16787679
Link copied to clipboard
const val XK_braille_dots_123458: Int = 16787615
Link copied to clipboard
const val XK_braille_dots_12346: Int = 16787503
Link copied to clipboard
const val XK_braille_dots_123467: Int = 16787567
Link copied to clipboard
const val XK_braille_dots_1234678: Int = 16787695
Link copied to clipboard
const val XK_braille_dots_123468: Int = 16787631
Link copied to clipboard
const val XK_braille_dots_12347: Int = 16787535
Link copied to clipboard
const val XK_braille_dots_123478: Int = 16787663
Link copied to clipboard
const val XK_braille_dots_12348: Int = 16787599
Link copied to clipboard
const val XK_braille_dots_1235: Int = 16787479
Link copied to clipboard
const val XK_braille_dots_12356: Int = 16787511
Link copied to clipboard
const val XK_braille_dots_123567: Int = 16787575
Link copied to clipboard
const val XK_braille_dots_1235678: Int = 16787703
Link copied to clipboard
const val XK_braille_dots_123568: Int = 16787639
Link copied to clipboard
const val XK_braille_dots_12357: Int = 16787543
Link copied to clipboard
const val XK_braille_dots_123578: Int = 16787671
Link copied to clipboard
const val XK_braille_dots_12358: Int = 16787607
Link copied to clipboard
const val XK_braille_dots_1236: Int = 16787495
Link copied to clipboard
const val XK_braille_dots_12367: Int = 16787559
Link copied to clipboard
const val XK_braille_dots_123678: Int = 16787687
Link copied to clipboard
const val XK_braille_dots_12368: Int = 16787623
Link copied to clipboard
const val XK_braille_dots_1237: Int = 16787527
Link copied to clipboard
const val XK_braille_dots_12378: Int = 16787655
Link copied to clipboard
const val XK_braille_dots_1238: Int = 16787591
Link copied to clipboard
const val XK_braille_dots_124: Int = 16787467
Link copied to clipboard
const val XK_braille_dots_1245: Int = 16787483
Link copied to clipboard
const val XK_braille_dots_12456: Int = 16787515
Link copied to clipboard
const val XK_braille_dots_124567: Int = 16787579
Link copied to clipboard
const val XK_braille_dots_1245678: Int = 16787707
Link copied to clipboard
const val XK_braille_dots_124568: Int = 16787643
Link copied to clipboard
const val XK_braille_dots_12457: Int = 16787547
Link copied to clipboard
const val XK_braille_dots_124578: Int = 16787675
Link copied to clipboard
const val XK_braille_dots_12458: Int = 16787611
Link copied to clipboard
const val XK_braille_dots_1246: Int = 16787499
Link copied to clipboard
const val XK_braille_dots_12467: Int = 16787563
Link copied to clipboard
const val XK_braille_dots_124678: Int = 16787691
Link copied to clipboard
const val XK_braille_dots_12468: Int = 16787627
Link copied to clipboard
const val XK_braille_dots_1247: Int = 16787531
Link copied to clipboard
const val XK_braille_dots_12478: Int = 16787659
Link copied to clipboard
const val XK_braille_dots_1248: Int = 16787595
Link copied to clipboard
const val XK_braille_dots_125: Int = 16787475
Link copied to clipboard
const val XK_braille_dots_1256: Int = 16787507
Link copied to clipboard
const val XK_braille_dots_12567: Int = 16787571
Link copied to clipboard
const val XK_braille_dots_125678: Int = 16787699
Link copied to clipboard
const val XK_braille_dots_12568: Int = 16787635
Link copied to clipboard
const val XK_braille_dots_1257: Int = 16787539
Link copied to clipboard
const val XK_braille_dots_12578: Int = 16787667
Link copied to clipboard
const val XK_braille_dots_1258: Int = 16787603
Link copied to clipboard
const val XK_braille_dots_126: Int = 16787491
Link copied to clipboard
const val XK_braille_dots_1267: Int = 16787555
Link copied to clipboard
const val XK_braille_dots_12678: Int = 16787683
Link copied to clipboard
const val XK_braille_dots_1268: Int = 16787619
Link copied to clipboard
const val XK_braille_dots_127: Int = 16787523
Link copied to clipboard
const val XK_braille_dots_1278: Int = 16787651
Link copied to clipboard
const val XK_braille_dots_128: Int = 16787587
Link copied to clipboard
const val XK_braille_dots_13: Int = 16787461
Link copied to clipboard
const val XK_braille_dots_134: Int = 16787469
Link copied to clipboard
const val XK_braille_dots_1345: Int = 16787485
Link copied to clipboard
const val XK_braille_dots_13456: Int = 16787517
Link copied to clipboard
const val XK_braille_dots_134567: Int = 16787581
Link copied to clipboard
const val XK_braille_dots_1345678: Int = 16787709
Link copied to clipboard
const val XK_braille_dots_134568: Int = 16787645
Link copied to clipboard
const val XK_braille_dots_13457: Int = 16787549
Link copied to clipboard
const val XK_braille_dots_134578: Int = 16787677
Link copied to clipboard
const val XK_braille_dots_13458: Int = 16787613
Link copied to clipboard
const val XK_braille_dots_1346: Int = 16787501
Link copied to clipboard
const val XK_braille_dots_13467: Int = 16787565
Link copied to clipboard
const val XK_braille_dots_134678: Int = 16787693
Link copied to clipboard
const val XK_braille_dots_13468: Int = 16787629
Link copied to clipboard
const val XK_braille_dots_1347: Int = 16787533
Link copied to clipboard
const val XK_braille_dots_13478: Int = 16787661
Link copied to clipboard
const val XK_braille_dots_1348: Int = 16787597
Link copied to clipboard
const val XK_braille_dots_135: Int = 16787477
Link copied to clipboard
const val XK_braille_dots_1356: Int = 16787509
Link copied to clipboard
const val XK_braille_dots_13567: Int = 16787573
Link copied to clipboard
const val XK_braille_dots_135678: Int = 16787701
Link copied to clipboard
const val XK_braille_dots_13568: Int = 16787637
Link copied to clipboard
const val XK_braille_dots_1357: Int = 16787541
Link copied to clipboard
const val XK_braille_dots_13578: Int = 16787669
Link copied to clipboard
const val XK_braille_dots_1358: Int = 16787605
Link copied to clipboard
const val XK_braille_dots_136: Int = 16787493
Link copied to clipboard
const val XK_braille_dots_1367: Int = 16787557
Link copied to clipboard
const val XK_braille_dots_13678: Int = 16787685
Link copied to clipboard
const val XK_braille_dots_1368: Int = 16787621
Link copied to clipboard
const val XK_braille_dots_137: Int = 16787525
Link copied to clipboard
const val XK_braille_dots_1378: Int = 16787653
Link copied to clipboard
const val XK_braille_dots_138: Int = 16787589
Link copied to clipboard
const val XK_braille_dots_14: Int = 16787465
Link copied to clipboard
const val XK_braille_dots_145: Int = 16787481
Link copied to clipboard
const val XK_braille_dots_1456: Int = 16787513
Link copied to clipboard
const val XK_braille_dots_14567: Int = 16787577
Link copied to clipboard
const val XK_braille_dots_145678: Int = 16787705
Link copied to clipboard
const val XK_braille_dots_14568: Int = 16787641
Link copied to clipboard
const val XK_braille_dots_1457: Int = 16787545
Link copied to clipboard
const val XK_braille_dots_14578: Int = 16787673
Link copied to clipboard
const val XK_braille_dots_1458: Int = 16787609
Link copied to clipboard
const val XK_braille_dots_146: Int = 16787497
Link copied to clipboard
const val XK_braille_dots_1467: Int = 16787561
Link copied to clipboard
const val XK_braille_dots_14678: Int = 16787689
Link copied to clipboard
const val XK_braille_dots_1468: Int = 16787625
Link copied to clipboard
const val XK_braille_dots_147: Int = 16787529
Link copied to clipboard
const val XK_braille_dots_1478: Int = 16787657
Link copied to clipboard
const val XK_braille_dots_148: Int = 16787593
Link copied to clipboard
const val XK_braille_dots_15: Int = 16787473
Link copied to clipboard
const val XK_braille_dots_156: Int = 16787505
Link copied to clipboard
const val XK_braille_dots_1567: Int = 16787569
Link copied to clipboard
const val XK_braille_dots_15678: Int = 16787697
Link copied to clipboard
const val XK_braille_dots_1568: Int = 16787633
Link copied to clipboard
const val XK_braille_dots_157: Int = 16787537
Link copied to clipboard
const val XK_braille_dots_1578: Int = 16787665
Link copied to clipboard
const val XK_braille_dots_158: Int = 16787601
Link copied to clipboard
const val XK_braille_dots_16: Int = 16787489
Link copied to clipboard
const val XK_braille_dots_167: Int = 16787553
Link copied to clipboard
const val XK_braille_dots_1678: Int = 16787681
Link copied to clipboard
const val XK_braille_dots_168: Int = 16787617
Link copied to clipboard
const val XK_braille_dots_17: Int = 16787521
Link copied to clipboard
const val XK_braille_dots_178: Int = 16787649
Link copied to clipboard
const val XK_braille_dots_18: Int = 16787585
Link copied to clipboard
const val XK_braille_dots_2: Int = 16787458
Link copied to clipboard
const val XK_braille_dots_23: Int = 16787462
Link copied to clipboard
const val XK_braille_dots_234: Int = 16787470
Link copied to clipboard
const val XK_braille_dots_2345: Int = 16787486
Link copied to clipboard
const val XK_braille_dots_23456: Int = 16787518
Link copied to clipboard
const val XK_braille_dots_234567: Int = 16787582
Link copied to clipboard
const val XK_braille_dots_2345678: Int = 16787710
Link copied to clipboard
const val XK_braille_dots_234568: Int = 16787646
Link copied to clipboard
const val XK_braille_dots_23457: Int = 16787550
Link copied to clipboard
const val XK_braille_dots_234578: Int = 16787678
Link copied to clipboard
const val XK_braille_dots_23458: Int = 16787614
Link copied to clipboard
const val XK_braille_dots_2346: Int = 16787502
Link copied to clipboard
const val XK_braille_dots_23467: Int = 16787566
Link copied to clipboard
const val XK_braille_dots_234678: Int = 16787694
Link copied to clipboard
const val XK_braille_dots_23468: Int = 16787630
Link copied to clipboard
const val XK_braille_dots_2347: Int = 16787534
Link copied to clipboard
const val XK_braille_dots_23478: Int = 16787662
Link copied to clipboard
const val XK_braille_dots_2348: Int = 16787598
Link copied to clipboard
const val XK_braille_dots_235: Int = 16787478
Link copied to clipboard
const val XK_braille_dots_2356: Int = 16787510
Link copied to clipboard
const val XK_braille_dots_23567: Int = 16787574
Link copied to clipboard
const val XK_braille_dots_235678: Int = 16787702
Link copied to clipboard
const val XK_braille_dots_23568: Int = 16787638
Link copied to clipboard
const val XK_braille_dots_2357: Int = 16787542
Link copied to clipboard
const val XK_braille_dots_23578: Int = 16787670
Link copied to clipboard
const val XK_braille_dots_2358: Int = 16787606
Link copied to clipboard
const val XK_braille_dots_236: Int = 16787494
Link copied to clipboard
const val XK_braille_dots_2367: Int = 16787558
Link copied to clipboard
const val XK_braille_dots_23678: Int = 16787686
Link copied to clipboard
const val XK_braille_dots_2368: Int = 16787622
Link copied to clipboard
const val XK_braille_dots_237: Int = 16787526
Link copied to clipboard
const val XK_braille_dots_2378: Int = 16787654
Link copied to clipboard
const val XK_braille_dots_238: Int = 16787590
Link copied to clipboard
const val XK_braille_dots_24: Int = 16787466
Link copied to clipboard
const val XK_braille_dots_245: Int = 16787482
Link copied to clipboard
const val XK_braille_dots_2456: Int = 16787514
Link copied to clipboard
const val XK_braille_dots_24567: Int = 16787578
Link copied to clipboard
const val XK_braille_dots_245678: Int = 16787706
Link copied to clipboard
const val XK_braille_dots_24568: Int = 16787642
Link copied to clipboard
const val XK_braille_dots_2457: Int = 16787546
Link copied to clipboard
const val XK_braille_dots_24578: Int = 16787674
Link copied to clipboard
const val XK_braille_dots_2458: Int = 16787610
Link copied to clipboard
const val XK_braille_dots_246: Int = 16787498
Link copied to clipboard
const val XK_braille_dots_2467: Int = 16787562
Link copied to clipboard
const val XK_braille_dots_24678: Int = 16787690
Link copied to clipboard
const val XK_braille_dots_2468: Int = 16787626
Link copied to clipboard
const val XK_braille_dots_247: Int = 16787530
Link copied to clipboard
const val XK_braille_dots_2478: Int = 16787658
Link copied to clipboard
const val XK_braille_dots_248: Int = 16787594
Link copied to clipboard
const val XK_braille_dots_25: Int = 16787474
Link copied to clipboard
const val XK_braille_dots_256: Int = 16787506
Link copied to clipboard
const val XK_braille_dots_2567: Int = 16787570
Link copied to clipboard
const val XK_braille_dots_25678: Int = 16787698
Link copied to clipboard
const val XK_braille_dots_2568: Int = 16787634
Link copied to clipboard
const val XK_braille_dots_257: Int = 16787538
Link copied to clipboard
const val XK_braille_dots_2578: Int = 16787666
Link copied to clipboard
const val XK_braille_dots_258: Int = 16787602
Link copied to clipboard
const val XK_braille_dots_26: Int = 16787490
Link copied to clipboard
const val XK_braille_dots_267: Int = 16787554
Link copied to clipboard
const val XK_braille_dots_2678: Int = 16787682
Link copied to clipboard
const val XK_braille_dots_268: Int = 16787618
Link copied to clipboard
const val XK_braille_dots_27: Int = 16787522
Link copied to clipboard
const val XK_braille_dots_278: Int = 16787650
Link copied to clipboard
const val XK_braille_dots_28: Int = 16787586
Link copied to clipboard
const val XK_braille_dots_3: Int = 16787460
Link copied to clipboard
const val XK_braille_dots_34: Int = 16787468
Link copied to clipboard
const val XK_braille_dots_345: Int = 16787484
Link copied to clipboard
const val XK_braille_dots_3456: Int = 16787516
Link copied to clipboard
const val XK_braille_dots_34567: Int = 16787580
Link copied to clipboard
const val XK_braille_dots_345678: Int = 16787708
Link copied to clipboard
const val XK_braille_dots_34568: Int = 16787644
Link copied to clipboard
const val XK_braille_dots_3457: Int = 16787548
Link copied to clipboard
const val XK_braille_dots_34578: Int = 16787676
Link copied to clipboard
const val XK_braille_dots_3458: Int = 16787612
Link copied to clipboard
const val XK_braille_dots_346: Int = 16787500
Link copied to clipboard
const val XK_braille_dots_3467: Int = 16787564
Link copied to clipboard
const val XK_braille_dots_34678: Int = 16787692
Link copied to clipboard
const val XK_braille_dots_3468: Int = 16787628
Link copied to clipboard
const val XK_braille_dots_347: Int = 16787532
Link copied to clipboard
const val XK_braille_dots_3478: Int = 16787660
Link copied to clipboard
const val XK_braille_dots_348: Int = 16787596
Link copied to clipboard
const val XK_braille_dots_35: Int = 16787476
Link copied to clipboard
const val XK_braille_dots_356: Int = 16787508
Link copied to clipboard
const val XK_braille_dots_3567: Int = 16787572
Link copied to clipboard
const val XK_braille_dots_35678: Int = 16787700
Link copied to clipboard
const val XK_braille_dots_3568: Int = 16787636
Link copied to clipboard
const val XK_braille_dots_357: Int = 16787540
Link copied to clipboard
const val XK_braille_dots_3578: Int = 16787668
Link copied to clipboard
const val XK_braille_dots_358: Int = 16787604
Link copied to clipboard
const val XK_braille_dots_36: Int = 16787492
Link copied to clipboard
const val XK_braille_dots_367: Int = 16787556
Link copied to clipboard
const val XK_braille_dots_3678: Int = 16787684
Link copied to clipboard
const val XK_braille_dots_368: Int = 16787620
Link copied to clipboard
const val XK_braille_dots_37: Int = 16787524
Link copied to clipboard
const val XK_braille_dots_378: Int = 16787652
Link copied to clipboard
const val XK_braille_dots_38: Int = 16787588
Link copied to clipboard
const val XK_braille_dots_4: Int = 16787464
Link copied to clipboard
const val XK_braille_dots_45: Int = 16787480
Link copied to clipboard
const val XK_braille_dots_456: Int = 16787512
Link copied to clipboard
const val XK_braille_dots_4567: Int = 16787576
Link copied to clipboard
const val XK_braille_dots_45678: Int = 16787704
Link copied to clipboard
const val XK_braille_dots_4568: Int = 16787640
Link copied to clipboard
const val XK_braille_dots_457: Int = 16787544
Link copied to clipboard
const val XK_braille_dots_4578: Int = 16787672
Link copied to clipboard
const val XK_braille_dots_458: Int = 16787608
Link copied to clipboard
const val XK_braille_dots_46: Int = 16787496
Link copied to clipboard
const val XK_braille_dots_467: Int = 16787560
Link copied to clipboard
const val XK_braille_dots_4678: Int = 16787688
Link copied to clipboard
const val XK_braille_dots_468: Int = 16787624
Link copied to clipboard
const val XK_braille_dots_47: Int = 16787528
Link copied to clipboard
const val XK_braille_dots_478: Int = 16787656
Link copied to clipboard
const val XK_braille_dots_48: Int = 16787592
Link copied to clipboard
const val XK_braille_dots_5: Int = 16787472
Link copied to clipboard
const val XK_braille_dots_56: Int = 16787504
Link copied to clipboard
const val XK_braille_dots_567: Int = 16787568
Link copied to clipboard
const val XK_braille_dots_5678: Int = 16787696
Link copied to clipboard
const val XK_braille_dots_568: Int = 16787632
Link copied to clipboard
const val XK_braille_dots_57: Int = 16787536
Link copied to clipboard
const val XK_braille_dots_578: Int = 16787664
Link copied to clipboard
const val XK_braille_dots_58: Int = 16787600
Link copied to clipboard
const val XK_braille_dots_6: Int = 16787488
Link copied to clipboard
const val XK_braille_dots_67: Int = 16787552
Link copied to clipboard
const val XK_braille_dots_678: Int = 16787680
Link copied to clipboard
const val XK_braille_dots_68: Int = 16787616
Link copied to clipboard
const val XK_braille_dots_7: Int = 16787520
Link copied to clipboard
const val XK_braille_dots_78: Int = 16787648
Link copied to clipboard
const val XK_braille_dots_8: Int = 16787584
Link copied to clipboard
const val XK_Break: Int = 65387
Link copied to clipboard
const val XK_breve: Int = 418
Link copied to clipboard
const val XK_brokenbar: Int = 166
Link copied to clipboard
const val XK_Byelorussian_shortu: Int = 1710
Link copied to clipboard
const val XK_Byelorussian_SHORTU: Int = 1726
Link copied to clipboard
const val XK_C: Int = 67
Link copied to clipboard
const val XK_c: Int = 99
Link copied to clipboard
const val XK_c_h: Int = 65187
Link copied to clipboard
const val XK_C_h: Int = 65188
Link copied to clipboard
const val XK_C_H: Int = 65189
Link copied to clipboard
const val XK_Cabovedot: Int = 709
Link copied to clipboard
const val XK_cabovedot: Int = 741
Link copied to clipboard
const val XK_Cacute: Int = 454
Link copied to clipboard
const val XK_cacute: Int = 486
Link copied to clipboard
const val XK_Cancel: Int = 65385
Link copied to clipboard
const val XK_Caps_Lock: Int = 65509
Link copied to clipboard
const val XK_careof: Int = 2744
Link copied to clipboard
const val XK_caret: Int = 2812
Link copied to clipboard
const val XK_caron: Int = 439
Link copied to clipboard
const val XK_Ccaron: Int = 456
Link copied to clipboard
const val XK_ccaron: Int = 488
Link copied to clipboard
const val XK_Ccedilla: Int = 199
Link copied to clipboard
const val XK_ccedilla: Int = 231
Link copied to clipboard
const val XK_Ccircumflex: Int = 710
Link copied to clipboard
const val XK_ccircumflex: Int = 742
Link copied to clipboard
const val XK_cedilla: Int = 184
Link copied to clipboard
const val XK_cent: Int = 162
Link copied to clipboard
const val XK_ch: Int = 65184
Link copied to clipboard
const val XK_Ch: Int = 65185
Link copied to clipboard
const val XK_CH: Int = 65186
Link copied to clipboard
const val XK_checkerboard: Int = 2529
Link copied to clipboard
const val XK_checkmark: Int = 2803
Link copied to clipboard
const val XK_circle: Int = 3023
Link copied to clipboard
const val XK_Clear: Int = 65291
Link copied to clipboard
const val XK_club: Int = 2796
Link copied to clipboard
const val XK_Codeinput: Int = 65335
Link copied to clipboard
const val XK_colon: Int = 58
Link copied to clipboard
const val XK_ColonSign: Int = 16785569
Link copied to clipboard
const val XK_comma: Int = 44
Link copied to clipboard
const val XK_containsas: Int = 16785931
Link copied to clipboard
const val XK_Control_L: Int = 65507
Link copied to clipboard
const val XK_Control_R: Int = 65508
Link copied to clipboard
const val XK_copyright: Int = 169
Link copied to clipboard
const val XK_cr: Int = 2532
Link copied to clipboard
const val XK_crossinglines: Int = 2542
Link copied to clipboard
const val XK_CruzeiroSign: Int = 16785570
Link copied to clipboard
const val XK_cuberoot: Int = 16785947
Link copied to clipboard
const val XK_currency: Int = 164
Link copied to clipboard
const val XK_cursor: Int = 2815
Link copied to clipboard
const val XK_Cyrillic_a: Int = 1729
Link copied to clipboard
const val XK_Cyrillic_A: Int = 1761
Link copied to clipboard
const val XK_Cyrillic_be: Int = 1730
Link copied to clipboard
const val XK_Cyrillic_BE: Int = 1762
Link copied to clipboard
const val XK_Cyrillic_che: Int = 1758
Link copied to clipboard
const val XK_Cyrillic_CHE: Int = 1790
Link copied to clipboard
const val XK_Cyrillic_CHE_descender: Int = 16778422
Link copied to clipboard
const val XK_Cyrillic_che_descender: Int = 16778423
Link copied to clipboard
const val XK_Cyrillic_CHE_vertstroke: Int = 16778424
Link copied to clipboard
const val XK_Cyrillic_che_vertstroke: Int = 16778425
Link copied to clipboard
const val XK_Cyrillic_de: Int = 1732
Link copied to clipboard
const val XK_Cyrillic_DE: Int = 1764
Link copied to clipboard
const val XK_Cyrillic_dzhe: Int = 1711
Link copied to clipboard
const val XK_Cyrillic_DZHE: Int = 1727
Link copied to clipboard
const val XK_Cyrillic_e: Int = 1756
Link copied to clipboard
const val XK_Cyrillic_E: Int = 1788
Link copied to clipboard
const val XK_Cyrillic_ef: Int = 1734
Link copied to clipboard
const val XK_Cyrillic_EF: Int = 1766
Link copied to clipboard
const val XK_Cyrillic_el: Int = 1740
Link copied to clipboard
const val XK_Cyrillic_EL: Int = 1772
Link copied to clipboard
const val XK_Cyrillic_em: Int = 1741
Link copied to clipboard
const val XK_Cyrillic_EM: Int = 1773
Link copied to clipboard
const val XK_Cyrillic_en: Int = 1742
Link copied to clipboard
const val XK_Cyrillic_EN: Int = 1774
Link copied to clipboard
const val XK_Cyrillic_EN_descender: Int = 16778402
Link copied to clipboard
const val XK_Cyrillic_en_descender: Int = 16778403
Link copied to clipboard
const val XK_Cyrillic_er: Int = 1746
Link copied to clipboard
const val XK_Cyrillic_ER: Int = 1778
Link copied to clipboard
const val XK_Cyrillic_es: Int = 1747
Link copied to clipboard
const val XK_Cyrillic_ES: Int = 1779
Link copied to clipboard
const val XK_Cyrillic_ghe: Int = 1735
Link copied to clipboard
const val XK_Cyrillic_GHE: Int = 1767
Link copied to clipboard
const val XK_Cyrillic_GHE_bar: Int = 16778386
Link copied to clipboard
const val XK_Cyrillic_ghe_bar: Int = 16778387
Link copied to clipboard
const val XK_Cyrillic_ha: Int = 1736
Link copied to clipboard
const val XK_Cyrillic_HA: Int = 1768
Link copied to clipboard
const val XK_Cyrillic_HA_descender: Int = 16778418
Link copied to clipboard
const val XK_Cyrillic_ha_descender: Int = 16778419
Link copied to clipboard
const val XK_Cyrillic_hardsign: Int = 1759
Link copied to clipboard
const val XK_Cyrillic_HARDSIGN: Int = 1791
Link copied to clipboard
const val XK_Cyrillic_i: Int = 1737
Link copied to clipboard
const val XK_Cyrillic_I: Int = 1769
Link copied to clipboard
const val XK_Cyrillic_I_macron: Int = 16778466
Link copied to clipboard
const val XK_Cyrillic_i_macron: Int = 16778467
Link copied to clipboard
const val XK_Cyrillic_ie: Int = 1733
Link copied to clipboard
const val XK_Cyrillic_IE: Int = 1765
Link copied to clipboard
const val XK_Cyrillic_io: Int = 1699
Link copied to clipboard
const val XK_Cyrillic_IO: Int = 1715
Link copied to clipboard
const val XK_Cyrillic_je: Int = 1704
Link copied to clipboard
const val XK_Cyrillic_JE: Int = 1720
Link copied to clipboard
const val XK_Cyrillic_ka: Int = 1739
Link copied to clipboard
const val XK_Cyrillic_KA: Int = 1771
Link copied to clipboard
const val XK_Cyrillic_KA_descender: Int = 16778394
Link copied to clipboard
const val XK_Cyrillic_ka_descender: Int = 16778395
Link copied to clipboard
const val XK_Cyrillic_KA_vertstroke: Int = 16778396
Link copied to clipboard
const val XK_Cyrillic_ka_vertstroke: Int = 16778397
Link copied to clipboard
const val XK_Cyrillic_lje: Int = 1705
Link copied to clipboard
const val XK_Cyrillic_LJE: Int = 1721
Link copied to clipboard
const val XK_Cyrillic_nje: Int = 1706
Link copied to clipboard
const val XK_Cyrillic_NJE: Int = 1722
Link copied to clipboard
const val XK_Cyrillic_o: Int = 1743
Link copied to clipboard
const val XK_Cyrillic_O: Int = 1775
Link copied to clipboard
const val XK_Cyrillic_O_bar: Int = 16778472
Link copied to clipboard
const val XK_Cyrillic_o_bar: Int = 16778473
Link copied to clipboard
const val XK_Cyrillic_pe: Int = 1744
Link copied to clipboard
const val XK_Cyrillic_PE: Int = 1776
Link copied to clipboard
const val XK_Cyrillic_SCHWA: Int = 16778456
Link copied to clipboard
const val XK_Cyrillic_schwa: Int = 16778457
Link copied to clipboard
const val XK_Cyrillic_sha: Int = 1755
Link copied to clipboard
const val XK_Cyrillic_SHA: Int = 1787
Link copied to clipboard
const val XK_Cyrillic_shcha: Int = 1757
Link copied to clipboard
const val XK_Cyrillic_SHCHA: Int = 1789
Link copied to clipboard
const val XK_Cyrillic_SHHA: Int = 16778426
Link copied to clipboard
const val XK_Cyrillic_shha: Int = 16778427
Link copied to clipboard
const val XK_Cyrillic_shorti: Int = 1738
Link copied to clipboard
const val XK_Cyrillic_SHORTI: Int = 1770
Link copied to clipboard
const val XK_Cyrillic_softsign: Int = 1752
Link copied to clipboard
const val XK_Cyrillic_SOFTSIGN: Int = 1784
Link copied to clipboard
const val XK_Cyrillic_te: Int = 1748
Link copied to clipboard
const val XK_Cyrillic_TE: Int = 1780
Link copied to clipboard
const val XK_Cyrillic_tse: Int = 1731
Link copied to clipboard
const val XK_Cyrillic_TSE: Int = 1763
Link copied to clipboard
const val XK_Cyrillic_u: Int = 1749
Link copied to clipboard
const val XK_Cyrillic_U: Int = 1781
Link copied to clipboard
const val XK_Cyrillic_U_macron: Int = 16778478
Link copied to clipboard
const val XK_Cyrillic_u_macron: Int = 16778479
Link copied to clipboard
const val XK_Cyrillic_U_straight: Int = 16778414
Link copied to clipboard
const val XK_Cyrillic_u_straight: Int = 16778415
Link copied to clipboard
const val XK_Cyrillic_U_straight_bar: Int = 16778416
Link copied to clipboard
const val XK_Cyrillic_u_straight_bar: Int = 16778417
Link copied to clipboard
const val XK_Cyrillic_ve: Int = 1751
Link copied to clipboard
const val XK_Cyrillic_VE: Int = 1783
Link copied to clipboard
const val XK_Cyrillic_ya: Int = 1745
Link copied to clipboard
const val XK_Cyrillic_YA: Int = 1777
Link copied to clipboard
const val XK_Cyrillic_yeru: Int = 1753
Link copied to clipboard
const val XK_Cyrillic_YERU: Int = 1785
Link copied to clipboard
const val XK_Cyrillic_yu: Int = 1728
Link copied to clipboard
const val XK_Cyrillic_YU: Int = 1760
Link copied to clipboard
const val XK_Cyrillic_ze: Int = 1754
Link copied to clipboard
const val XK_Cyrillic_ZE: Int = 1786
Link copied to clipboard
const val XK_Cyrillic_zhe: Int = 1750
Link copied to clipboard
const val XK_Cyrillic_ZHE: Int = 1782
Link copied to clipboard
const val XK_Cyrillic_ZHE_descender: Int = 16778390
Link copied to clipboard
const val XK_Cyrillic_zhe_descender: Int = 16778391
Link copied to clipboard
const val XK_D: Int = 68
Link copied to clipboard
const val XK_d: Int = 100
Link copied to clipboard
const val XK_Dabovedot: Int = 16784906
Link copied to clipboard
const val XK_dabovedot: Int = 16784907
Link copied to clipboard
const val XK_dagger: Int = 2801
Link copied to clipboard
const val XK_Dcaron: Int = 463
Link copied to clipboard
const val XK_dcaron: Int = 495
Link copied to clipboard
const val XK_dead_a: Int = 65152
Link copied to clipboard
const val XK_dead_A: Int = 65153
Link copied to clipboard
const val XK_dead_abovecomma: Int = 65124
Link copied to clipboard
const val XK_dead_abovedot: Int = 65110
Link copied to clipboard
const val XK_dead_abovereversedcomma: Int = 65125
Link copied to clipboard
const val XK_dead_abovering: Int = 65112
Link copied to clipboard
const val XK_dead_aboveverticalline: Int = 65169
Link copied to clipboard
const val XK_dead_acute: Int = 65105
Link copied to clipboard
const val XK_dead_belowbreve: Int = 65131
Link copied to clipboard
const val XK_dead_belowcircumflex: Int = 65129
Link copied to clipboard
const val XK_dead_belowcomma: Int = 65134
Link copied to clipboard
const val XK_dead_belowdiaeresis: Int = 65132
Link copied to clipboard
const val XK_dead_belowdot: Int = 65120
Link copied to clipboard
const val XK_dead_belowmacron: Int = 65128
Link copied to clipboard
const val XK_dead_belowring: Int = 65127
Link copied to clipboard
const val XK_dead_belowtilde: Int = 65130
Link copied to clipboard
const val XK_dead_belowverticalline: Int = 65170
Link copied to clipboard
const val XK_dead_breve: Int = 65109
Link copied to clipboard
const val XK_dead_capital_schwa: Int = 65163
Link copied to clipboard
const val XK_dead_caron: Int = 65114
Link copied to clipboard
const val XK_dead_cedilla: Int = 65115
Link copied to clipboard
const val XK_dead_circumflex: Int = 65106
Link copied to clipboard
const val XK_dead_currency: Int = 65135
Link copied to clipboard
const val XK_dead_dasia: Int = 65125
Link copied to clipboard
const val XK_dead_diaeresis: Int = 65111
Link copied to clipboard
const val XK_dead_doubleacute: Int = 65113
Link copied to clipboard
const val XK_dead_doublegrave: Int = 65126
Link copied to clipboard
const val XK_dead_e: Int = 65154
Link copied to clipboard
const val XK_dead_E: Int = 65155
Link copied to clipboard
const val XK_dead_grave: Int = 65104
Link copied to clipboard
const val XK_dead_greek: Int = 65164
Link copied to clipboard
const val XK_dead_hook: Int = 65121
Link copied to clipboard
const val XK_dead_horn: Int = 65122
Link copied to clipboard
const val XK_dead_i: Int = 65156
Link copied to clipboard
const val XK_dead_I: Int = 65157
Link copied to clipboard
const val XK_dead_invertedbreve: Int = 65133
Link copied to clipboard
const val XK_dead_iota: Int = 65117
Link copied to clipboard
const val XK_dead_longsolidusoverlay: Int = 65171
Link copied to clipboard
const val XK_dead_lowline: Int = 65168
Link copied to clipboard
const val XK_dead_macron: Int = 65108
Link copied to clipboard
const val XK_dead_o: Int = 65158
Link copied to clipboard
const val XK_dead_O: Int = 65159
Link copied to clipboard
const val XK_dead_ogonek: Int = 65116
Link copied to clipboard
const val XK_dead_perispomeni: Int = 65107
Link copied to clipboard
const val XK_dead_psili: Int = 65124
Link copied to clipboard
const val XK_dead_semivoiced_sound: Int = 65119
Link copied to clipboard
const val XK_dead_small_schwa: Int = 65162
Link copied to clipboard
const val XK_dead_stroke: Int = 65123
Link copied to clipboard
const val XK_dead_tilde: Int = 65107
Link copied to clipboard
const val XK_dead_u: Int = 65160
Link copied to clipboard
const val XK_dead_U: Int = 65161
Link copied to clipboard
const val XK_dead_voiced_sound: Int = 65118
Link copied to clipboard
const val XK_decimalpoint: Int = 2749
Link copied to clipboard
const val XK_degree: Int = 176
Link copied to clipboard
const val XK_Delete: Int = 65535
Link copied to clipboard
const val XK_diaeresis: Int = 168
Link copied to clipboard
const val XK_diamond: Int = 2797
Link copied to clipboard
const val XK_digitspace: Int = 2725
Link copied to clipboard
const val XK_dintegral: Int = 16785964
Link copied to clipboard
const val XK_division: Int = 247
Link copied to clipboard
const val XK_dollar: Int = 36
Link copied to clipboard
const val XK_DongSign: Int = 16785579
Link copied to clipboard
const val XK_doubbaselinedot: Int = 2735
Link copied to clipboard
const val XK_doubleacute: Int = 445
Link copied to clipboard
const val XK_doubledagger: Int = 2802
Link copied to clipboard
const val XK_doublelowquotemark: Int = 2814
Link copied to clipboard
const val XK_Down: Int = 65364
Link copied to clipboard
const val XK_downarrow: Int = 2302
Link copied to clipboard
const val XK_downcaret: Int = 2984
Link copied to clipboard
const val XK_downshoe: Int = 3030
Link copied to clipboard
const val XK_downstile: Int = 3012
Link copied to clipboard
const val XK_downtack: Int = 3010
Link copied to clipboard
const val XK_Dstroke: Int = 464
Link copied to clipboard
const val XK_dstroke: Int = 496
Link copied to clipboard
const val XK_E: Int = 69
Link copied to clipboard
const val XK_e: Int = 101
Link copied to clipboard
const val XK_Eabovedot: Int = 972
Link copied to clipboard
const val XK_eabovedot: Int = 1004
Link copied to clipboard
const val XK_Eacute: Int = 201
Link copied to clipboard
const val XK_eacute: Int = 233
Link copied to clipboard
const val XK_Ebelowdot: Int = 16785080
Link copied to clipboard
const val XK_ebelowdot: Int = 16785081
Link copied to clipboard
const val XK_Ecaron: Int = 460
Link copied to clipboard
const val XK_ecaron: Int = 492
Link copied to clipboard
const val XK_Ecircumflex: Int = 202
Link copied to clipboard
const val XK_ecircumflex: Int = 234
Link copied to clipboard
const val XK_Ecircumflexacute: Int = 16785086
Link copied to clipboard
const val XK_ecircumflexacute: Int = 16785087
Link copied to clipboard
const val XK_Ecircumflexbelowdot: Int = 16785094
Link copied to clipboard
const val XK_ecircumflexbelowdot: Int = 16785095
Link copied to clipboard
const val XK_Ecircumflexgrave: Int = 16785088
Link copied to clipboard
const val XK_ecircumflexgrave: Int = 16785089
Link copied to clipboard
const val XK_Ecircumflexhook: Int = 16785090
Link copied to clipboard
const val XK_ecircumflexhook: Int = 16785091
Link copied to clipboard
const val XK_Ecircumflextilde: Int = 16785092
Link copied to clipboard
const val XK_ecircumflextilde: Int = 16785093
Link copied to clipboard
const val XK_EcuSign: Int = 16785568
Link copied to clipboard
const val XK_Ediaeresis: Int = 203
Link copied to clipboard
const val XK_ediaeresis: Int = 235
Link copied to clipboard
const val XK_Egrave: Int = 200
Link copied to clipboard
const val XK_egrave: Int = 232
Link copied to clipboard
const val XK_Ehook: Int = 16785082
Link copied to clipboard
const val XK_ehook: Int = 16785083
Link copied to clipboard
const val XK_eightsubscript: Int = 16785544
Link copied to clipboard
const val XK_eightsuperior: Int = 16785528
Link copied to clipboard
const val XK_Eisu_Shift: Int = 65327
Link copied to clipboard
const val XK_Eisu_toggle: Int = 65328
Link copied to clipboard
const val XK_elementof: Int = 16785928
Link copied to clipboard
const val XK_ellipsis: Int = 2734
Link copied to clipboard
const val XK_em3space: Int = 2723
Link copied to clipboard
const val XK_em4space: Int = 2724
Link copied to clipboard
const val XK_Emacron: Int = 938
Link copied to clipboard
const val XK_emacron: Int = 954
Link copied to clipboard
const val XK_emdash: Int = 2729
Link copied to clipboard
const val XK_emfilledcircle: Int = 2782
Link copied to clipboard
const val XK_emfilledrect: Int = 2783
Link copied to clipboard
const val XK_emopencircle: Int = 2766
Link copied to clipboard
const val XK_emopenrectangle: Int = 2767
Link copied to clipboard
const val XK_emptyset: Int = 16785925
Link copied to clipboard
const val XK_emspace: Int = 2721
Link copied to clipboard
const val XK_End: Int = 65367
Link copied to clipboard
const val XK_endash: Int = 2730
Link copied to clipboard
const val XK_enfilledcircbullet: Int = 2790
Link copied to clipboard
const val XK_enfilledsqbullet: Int = 2791
Link copied to clipboard
const val XK_ENG: Int = 957
Link copied to clipboard
const val XK_eng: Int = 959
Link copied to clipboard
const val XK_enopencircbullet: Int = 2784
Link copied to clipboard
const val XK_enopensquarebullet: Int = 2785
Link copied to clipboard
const val XK_enspace: Int = 2722
Link copied to clipboard
const val XK_Eogonek: Int = 458
Link copied to clipboard
const val XK_eogonek: Int = 490
Link copied to clipboard
const val XK_equal: Int = 61
Link copied to clipboard
const val XK_Escape: Int = 65307
Link copied to clipboard
const val XK_ETH: Int = 208
Link copied to clipboard
const val XK_Eth: Int = 208
Link copied to clipboard
const val XK_eth: Int = 240
Link copied to clipboard
const val XK_Etilde: Int = 16785084
Link copied to clipboard
const val XK_etilde: Int = 16785085
Link copied to clipboard
const val XK_EuroSign: Int = 8364
Link copied to clipboard
const val XK_exclam: Int = 33
Link copied to clipboard
const val XK_exclamdown: Int = 161
Link copied to clipboard
const val XK_Execute: Int = 65378
Link copied to clipboard
const val XK_EZH: Int = 16777655
Link copied to clipboard
const val XK_ezh: Int = 16777874
Link copied to clipboard
const val XK_F: Int = 70
Link copied to clipboard
const val XK_f: Int = 102
Link copied to clipboard
const val XK_F1: Int = 65470
Link copied to clipboard
const val XK_F10: Int = 65479
Link copied to clipboard
const val XK_F11: Int = 65480
Link copied to clipboard
const val XK_F12: Int = 65481
Link copied to clipboard
const val XK_F13: Int = 65482
Link copied to clipboard
const val XK_F14: Int = 65483
Link copied to clipboard
const val XK_F15: Int = 65484
Link copied to clipboard
const val XK_F16: Int = 65485
Link copied to clipboard
const val XK_F17: Int = 65486
Link copied to clipboard
const val XK_F18: Int = 65487
Link copied to clipboard
const val XK_F19: Int = 65488
Link copied to clipboard
const val XK_F2: Int = 65471
Link copied to clipboard
const val XK_F20: Int = 65489
Link copied to clipboard
const val XK_F21: Int = 65490
Link copied to clipboard
const val XK_F22: Int = 65491
Link copied to clipboard
const val XK_F23: Int = 65492
Link copied to clipboard
const val XK_F24: Int = 65493
Link copied to clipboard
const val XK_F25: Int = 65494
Link copied to clipboard
const val XK_F26: Int = 65495
Link copied to clipboard
const val XK_F27: Int = 65496
Link copied to clipboard
const val XK_F28: Int = 65497
Link copied to clipboard
const val XK_F29: Int = 65498
Link copied to clipboard
const val XK_F3: Int = 65472
Link copied to clipboard
const val XK_F30: Int = 65499
Link copied to clipboard
const val XK_F31: Int = 65500
Link copied to clipboard
const val XK_F32: Int = 65501
Link copied to clipboard
const val XK_F33: Int = 65502
Link copied to clipboard
const val XK_F34: Int = 65503
Link copied to clipboard
const val XK_F35: Int = 65504
Link copied to clipboard
const val XK_F4: Int = 65473
Link copied to clipboard
const val XK_F5: Int = 65474
Link copied to clipboard
const val XK_F6: Int = 65475
Link copied to clipboard
const val XK_F7: Int = 65476
Link copied to clipboard
const val XK_F8: Int = 65477
Link copied to clipboard
const val XK_F9: Int = 65478
Link copied to clipboard
const val XK_Fabovedot: Int = 16784926
Link copied to clipboard
const val XK_fabovedot: Int = 16784927
Link copied to clipboard
const val XK_Farsi_0: Int = 16778992
Link copied to clipboard
const val XK_Farsi_1: Int = 16778993
Link copied to clipboard
const val XK_Farsi_2: Int = 16778994
Link copied to clipboard
const val XK_Farsi_3: Int = 16778995
Link copied to clipboard
const val XK_Farsi_4: Int = 16778996
Link copied to clipboard
const val XK_Farsi_5: Int = 16778997
Link copied to clipboard
const val XK_Farsi_6: Int = 16778998
Link copied to clipboard
const val XK_Farsi_7: Int = 16778999
Link copied to clipboard
const val XK_Farsi_8: Int = 16779000
Link copied to clipboard
const val XK_Farsi_9: Int = 16779001
Link copied to clipboard
const val XK_Farsi_yeh: Int = 16778956
Link copied to clipboard
const val XK_femalesymbol: Int = 2808
Link copied to clipboard
const val XK_ff: Int = 2531
Link copied to clipboard
const val XK_FFrancSign: Int = 16785571
Link copied to clipboard
const val XK_figdash: Int = 2747
Link copied to clipboard
const val XK_filledlefttribullet: Int = 2780
Link copied to clipboard
const val XK_filledrectbullet: Int = 2779
Link copied to clipboard
const val XK_filledrighttribullet: Int = 2781
Link copied to clipboard
const val XK_filledtribulletdown: Int = 2793
Link copied to clipboard
const val XK_filledtribulletup: Int = 2792
Link copied to clipboard
const val XK_Find: Int = 65384
Link copied to clipboard
const val XK_First_Virtual_Screen: Int = 65232
Link copied to clipboard
const val XK_fiveeighths: Int = 2757
Link copied to clipboard
const val XK_fivesixths: Int = 2743
Link copied to clipboard
const val XK_fivesubscript: Int = 16785541
Link copied to clipboard
const val XK_fivesuperior: Int = 16785525
Link copied to clipboard
const val XK_fourfifths: Int = 2741
Link copied to clipboard
const val XK_foursubscript: Int = 16785540
Link copied to clipboard
const val XK_foursuperior: Int = 16785524
Link copied to clipboard
const val XK_fourthroot: Int = 16785948
Link copied to clipboard
const val XK_function: Int = 2294
Link copied to clipboard
const val XK_G: Int = 71
Link copied to clipboard
const val XK_g: Int = 103
Link copied to clipboard
const val XK_Gabovedot: Int = 725
Link copied to clipboard
const val XK_gabovedot: Int = 757
Link copied to clipboard
const val XK_Gbreve: Int = 683
Link copied to clipboard
const val XK_gbreve: Int = 699
Link copied to clipboard
const val XK_Gcaron: Int = 16777702
Link copied to clipboard
const val XK_gcaron: Int = 16777703
Link copied to clipboard
const val XK_Gcedilla: Int = 939
Link copied to clipboard
const val XK_gcedilla: Int = 955
Link copied to clipboard
const val XK_Gcircumflex: Int = 728
Link copied to clipboard
const val XK_gcircumflex: Int = 760
Link copied to clipboard
const val XK_Georgian_an: Int = 16781520
Link copied to clipboard
const val XK_Georgian_ban: Int = 16781521
Link copied to clipboard
const val XK_Georgian_can: Int = 16781546
Link copied to clipboard
const val XK_Georgian_char: Int = 16781549
Link copied to clipboard
const val XK_Georgian_chin: Int = 16781545
Link copied to clipboard
const val XK_Georgian_cil: Int = 16781548
Link copied to clipboard
const val XK_Georgian_don: Int = 16781523
Link copied to clipboard
const val XK_Georgian_en: Int = 16781524
Link copied to clipboard
const val XK_Georgian_fi: Int = 16781558
Link copied to clipboard
const val XK_Georgian_gan: Int = 16781522
Link copied to clipboard
const val XK_Georgian_ghan: Int = 16781542
Link copied to clipboard
const val XK_Georgian_hae: Int = 16781552
Link copied to clipboard
const val XK_Georgian_har: Int = 16781556
Link copied to clipboard
const val XK_Georgian_he: Int = 16781553
Link copied to clipboard
const val XK_Georgian_hie: Int = 16781554
Link copied to clipboard
const val XK_Georgian_hoe: Int = 16781557
Link copied to clipboard
const val XK_Georgian_in: Int = 16781528
Link copied to clipboard
const val XK_Georgian_jhan: Int = 16781551
Link copied to clipboard
const val XK_Georgian_jil: Int = 16781547
Link copied to clipboard
const val XK_Georgian_kan: Int = 16781529
Link copied to clipboard
const val XK_Georgian_khar: Int = 16781541
Link copied to clipboard
const val XK_Georgian_las: Int = 16781530
Link copied to clipboard
const val XK_Georgian_man: Int = 16781531
Link copied to clipboard
const val XK_Georgian_nar: Int = 16781532
Link copied to clipboard
const val XK_Georgian_on: Int = 16781533
Link copied to clipboard
const val XK_Georgian_par: Int = 16781534
Link copied to clipboard
const val XK_Georgian_phar: Int = 16781540
Link copied to clipboard
const val XK_Georgian_qar: Int = 16781543
Link copied to clipboard
const val XK_Georgian_rae: Int = 16781536
Link copied to clipboard
const val XK_Georgian_san: Int = 16781537
Link copied to clipboard
const val XK_Georgian_shin: Int = 16781544
Link copied to clipboard
const val XK_Georgian_tan: Int = 16781527
Link copied to clipboard
const val XK_Georgian_tar: Int = 16781538
Link copied to clipboard
const val XK_Georgian_un: Int = 16781539
Link copied to clipboard
const val XK_Georgian_vin: Int = 16781525
Link copied to clipboard
const val XK_Georgian_we: Int = 16781555
Link copied to clipboard
const val XK_Georgian_xan: Int = 16781550
Link copied to clipboard
const val XK_Georgian_zen: Int = 16781526
Link copied to clipboard
const val XK_Georgian_zhar: Int = 16781535
Link copied to clipboard
const val XK_grave: Int = 96
Link copied to clipboard
const val XK_greater: Int = 62
Link copied to clipboard
const val XK_greaterthanequal: Int = 2238
Link copied to clipboard
const val XK_Greek_accentdieresis: Int = 1966
Link copied to clipboard
const val XK_Greek_ALPHA: Int = 1985
Link copied to clipboard
const val XK_Greek_alpha: Int = 2017
Link copied to clipboard
const val XK_Greek_ALPHAaccent: Int = 1953
Link copied to clipboard
const val XK_Greek_alphaaccent: Int = 1969
Link copied to clipboard
const val XK_Greek_BETA: Int = 1986
Link copied to clipboard
const val XK_Greek_beta: Int = 2018
Link copied to clipboard
const val XK_Greek_CHI: Int = 2007
Link copied to clipboard
const val XK_Greek_chi: Int = 2039
Link copied to clipboard
const val XK_Greek_DELTA: Int = 1988
Link copied to clipboard
const val XK_Greek_delta: Int = 2020
Link copied to clipboard
const val XK_Greek_EPSILON: Int = 1989
Link copied to clipboard
const val XK_Greek_epsilon: Int = 2021
Link copied to clipboard
const val XK_Greek_EPSILONaccent: Int = 1954
Link copied to clipboard
const val XK_Greek_epsilonaccent: Int = 1970
Link copied to clipboard
const val XK_Greek_ETA: Int = 1991
Link copied to clipboard
const val XK_Greek_eta: Int = 2023
Link copied to clipboard
const val XK_Greek_ETAaccent: Int = 1955
Link copied to clipboard
const val XK_Greek_etaaccent: Int = 1971
Link copied to clipboard
const val XK_Greek_finalsmallsigma: Int = 2035
Link copied to clipboard
const val XK_Greek_GAMMA: Int = 1987
Link copied to clipboard
const val XK_Greek_gamma: Int = 2019
Link copied to clipboard
const val XK_Greek_horizbar: Int = 1967
Link copied to clipboard
const val XK_Greek_IOTA: Int = 1993
Link copied to clipboard
const val XK_Greek_iota: Int = 2025
Link copied to clipboard
const val XK_Greek_IOTAaccent: Int = 1956
Link copied to clipboard
const val XK_Greek_iotaaccent: Int = 1972
Link copied to clipboard
const val XK_Greek_iotaaccentdieresis: Int = 1974
Link copied to clipboard
const val XK_Greek_IOTAdiaeresis: Int = 1957
Link copied to clipboard
const val XK_Greek_IOTAdieresis: Int = 1957
Link copied to clipboard
const val XK_Greek_iotadieresis: Int = 1973
Link copied to clipboard
const val XK_Greek_KAPPA: Int = 1994
Link copied to clipboard
const val XK_Greek_kappa: Int = 2026
Link copied to clipboard
const val XK_Greek_LAMBDA: Int = 1995
Link copied to clipboard
const val XK_Greek_lambda: Int = 2027
Link copied to clipboard
const val XK_Greek_LAMDA: Int = 1995
Link copied to clipboard
const val XK_Greek_lamda: Int = 2027
Link copied to clipboard
const val XK_Greek_MU: Int = 1996
Link copied to clipboard
const val XK_Greek_mu: Int = 2028
Link copied to clipboard
const val XK_Greek_NU: Int = 1997
Link copied to clipboard
const val XK_Greek_nu: Int = 2029
Link copied to clipboard
const val XK_Greek_OMEGA: Int = 2009
Link copied to clipboard
const val XK_Greek_omega: Int = 2041
Link copied to clipboard
const val XK_Greek_OMEGAaccent: Int = 1963
Link copied to clipboard
const val XK_Greek_omegaaccent: Int = 1979
Link copied to clipboard
const val XK_Greek_OMICRON: Int = 1999
Link copied to clipboard
const val XK_Greek_omicron: Int = 2031
Link copied to clipboard
const val XK_Greek_OMICRONaccent: Int = 1959
Link copied to clipboard
const val XK_Greek_omicronaccent: Int = 1975
Link copied to clipboard
const val XK_Greek_PHI: Int = 2006
Link copied to clipboard
const val XK_Greek_phi: Int = 2038
Link copied to clipboard
const val XK_Greek_PI: Int = 2000
Link copied to clipboard
const val XK_Greek_pi: Int = 2032
Link copied to clipboard
const val XK_Greek_PSI: Int = 2008
Link copied to clipboard
const val XK_Greek_psi: Int = 2040
Link copied to clipboard
const val XK_Greek_RHO: Int = 2001
Link copied to clipboard
const val XK_Greek_rho: Int = 2033
Link copied to clipboard
const val XK_Greek_SIGMA: Int = 2002
Link copied to clipboard
const val XK_Greek_sigma: Int = 2034
Link copied to clipboard
const val XK_Greek_switch: Int = 65406
Link copied to clipboard
const val XK_Greek_TAU: Int = 2004
Link copied to clipboard
const val XK_Greek_tau: Int = 2036
Link copied to clipboard
const val XK_Greek_THETA: Int = 1992
Link copied to clipboard
const val XK_Greek_theta: Int = 2024
Link copied to clipboard
const val XK_Greek_UPSILON: Int = 2005
Link copied to clipboard
const val XK_Greek_upsilon: Int = 2037
Link copied to clipboard
const val XK_Greek_UPSILONaccent: Int = 1960
Link copied to clipboard
const val XK_Greek_upsilonaccent: Int = 1976
Link copied to clipboard
const val XK_Greek_upsilonaccentdieresis: Int = 1978
Link copied to clipboard
const val XK_Greek_UPSILONdieresis: Int = 1961
Link copied to clipboard
const val XK_Greek_upsilondieresis: Int = 1977
Link copied to clipboard
const val XK_Greek_XI: Int = 1998
Link copied to clipboard
const val XK_Greek_xi: Int = 2030
Link copied to clipboard
const val XK_Greek_ZETA: Int = 1990
Link copied to clipboard
const val XK_Greek_zeta: Int = 2022
Link copied to clipboard
const val XK_guillemotleft: Int = 171
Link copied to clipboard
const val XK_guillemotright: Int = 187
Link copied to clipboard
const val XK_H: Int = 72
Link copied to clipboard
const val XK_h: Int = 104
Link copied to clipboard
const val XK_hairspace: Int = 2728
Link copied to clipboard
const val XK_Hangul: Int = 65329
Link copied to clipboard
const val XK_Hangul_A: Int = 3775
Link copied to clipboard
const val XK_Hangul_AE: Int = 3776
Link copied to clipboard
const val XK_Hangul_AraeA: Int = 3830
Link copied to clipboard
const val XK_Hangul_AraeAE: Int = 3831
Link copied to clipboard
const val XK_Hangul_Banja: Int = 65337
Link copied to clipboard
const val XK_Hangul_Cieuc: Int = 3770
Link copied to clipboard
const val XK_Hangul_Codeinput: Int = 65335
Link copied to clipboard
const val XK_Hangul_Dikeud: Int = 3751
Link copied to clipboard
const val XK_Hangul_E: Int = 3780
Link copied to clipboard
const val XK_Hangul_End: Int = 65331
Link copied to clipboard
const val XK_Hangul_EO: Int = 3779
Link copied to clipboard
const val XK_Hangul_EU: Int = 3793
Link copied to clipboard
const val XK_Hangul_Hanja: Int = 65332
Link copied to clipboard
const val XK_Hangul_Hieuh: Int = 3774
Link copied to clipboard
const val XK_Hangul_I: Int = 3795
Link copied to clipboard
const val XK_Hangul_Ieung: Int = 3767
Link copied to clipboard
const val XK_Hangul_J_Cieuc: Int = 3818
Link copied to clipboard
const val XK_Hangul_J_Dikeud: Int = 3802
Link copied to clipboard
const val XK_Hangul_J_Hieuh: Int = 3822
Link copied to clipboard
const val XK_Hangul_J_Ieung: Int = 3816
Link copied to clipboard
const val XK_Hangul_J_Jieuj: Int = 3817
Link copied to clipboard
const val XK_Hangul_J_Khieuq: Int = 3819
Link copied to clipboard
const val XK_Hangul_J_Kiyeog: Int = 3796
Link copied to clipboard
const val XK_Hangul_J_KiyeogSios: Int = 3798
Link copied to clipboard
const val XK_Hangul_J_KkogjiDalrinIeung: Int = 3833
Link copied to clipboard
const val XK_Hangul_J_Mieum: Int = 3811
Link copied to clipboard
const val XK_Hangul_J_Nieun: Int = 3799
Link copied to clipboard
const val XK_Hangul_J_NieunHieuh: Int = 3801
Link copied to clipboard
const val XK_Hangul_J_NieunJieuj: Int = 3800
Link copied to clipboard
const val XK_Hangul_J_PanSios: Int = 3832
Link copied to clipboard
const val XK_Hangul_J_Phieuf: Int = 3821
Link copied to clipboard
const val XK_Hangul_J_Pieub: Int = 3812
Link copied to clipboard
const val XK_Hangul_J_PieubSios: Int = 3813
Link copied to clipboard
const val XK_Hangul_J_Rieul: Int = 3803
Link copied to clipboard
const val XK_Hangul_J_RieulHieuh: Int = 3810
Link copied to clipboard
const val XK_Hangul_J_RieulKiyeog: Int = 3804
Link copied to clipboard
const val XK_Hangul_J_RieulMieum: Int = 3805
Link copied to clipboard
const val XK_Hangul_J_RieulPhieuf: Int = 3809
Link copied to clipboard
const val XK_Hangul_J_RieulPieub: Int = 3806
Link copied to clipboard
const val XK_Hangul_J_RieulSios: Int = 3807
Link copied to clipboard
const val XK_Hangul_J_RieulTieut: Int = 3808
Link copied to clipboard
const val XK_Hangul_J_Sios: Int = 3814
Link copied to clipboard
const val XK_Hangul_J_SsangKiyeog: Int = 3797
Link copied to clipboard
const val XK_Hangul_J_SsangSios: Int = 3815
Link copied to clipboard
const val XK_Hangul_J_Tieut: Int = 3820
Link copied to clipboard
const val XK_Hangul_J_YeorinHieuh: Int = 3834
Link copied to clipboard
const val XK_Hangul_Jamo: Int = 65333
Link copied to clipboard
const val XK_Hangul_Jeonja: Int = 65336
Link copied to clipboard
const val XK_Hangul_Jieuj: Int = 3768
Link copied to clipboard
const val XK_Hangul_Khieuq: Int = 3771
Link copied to clipboard
const val XK_Hangul_Kiyeog: Int = 3745
Link copied to clipboard
const val XK_Hangul_KiyeogSios: Int = 3747
Link copied to clipboard
const val XK_Hangul_KkogjiDalrinIeung: Int = 3827
Link copied to clipboard
const val XK_Hangul_Mieum: Int = 3761
Link copied to clipboard
const val XK_Hangul_MultipleCandidate: Int = 65341
Link copied to clipboard
const val XK_Hangul_Nieun: Int = 3748
Link copied to clipboard
const val XK_Hangul_NieunHieuh: Int = 3750
Link copied to clipboard
const val XK_Hangul_NieunJieuj: Int = 3749
Link copied to clipboard
const val XK_Hangul_O: Int = 3783
Link copied to clipboard
const val XK_Hangul_OE: Int = 3786
Link copied to clipboard
const val XK_Hangul_PanSios: Int = 3826
Link copied to clipboard
const val XK_Hangul_Phieuf: Int = 3773
Link copied to clipboard
const val XK_Hangul_Pieub: Int = 3762
Link copied to clipboard
const val XK_Hangul_PieubSios: Int = 3764
Link copied to clipboard
const val XK_Hangul_PostHanja: Int = 65339
Link copied to clipboard
const val XK_Hangul_PreHanja: Int = 65338
Link copied to clipboard
const val XK_Hangul_PreviousCandidate: Int = 65342
Link copied to clipboard
const val XK_Hangul_Rieul: Int = 3753
Link copied to clipboard
const val XK_Hangul_RieulHieuh: Int = 3760
Link copied to clipboard
const val XK_Hangul_RieulKiyeog: Int = 3754
Link copied to clipboard
const val XK_Hangul_RieulMieum: Int = 3755
Link copied to clipboard
const val XK_Hangul_RieulPhieuf: Int = 3759
Link copied to clipboard
const val XK_Hangul_RieulPieub: Int = 3756
Link copied to clipboard
const val XK_Hangul_RieulSios: Int = 3757
Link copied to clipboard
const val XK_Hangul_RieulTieut: Int = 3758
Link copied to clipboard
const val XK_Hangul_RieulYeorinHieuh: Int = 3823
Link copied to clipboard
const val XK_Hangul_Romaja: Int = 65334
Link copied to clipboard
const val XK_Hangul_SingleCandidate: Int = 65340
Link copied to clipboard
const val XK_Hangul_Sios: Int = 3765
Link copied to clipboard
const val XK_Hangul_Special: Int = 65343
Link copied to clipboard
const val XK_Hangul_SsangDikeud: Int = 3752
Link copied to clipboard
const val XK_Hangul_SsangJieuj: Int = 3769
Link copied to clipboard
const val XK_Hangul_SsangKiyeog: Int = 3746
Link copied to clipboard
const val XK_Hangul_SsangPieub: Int = 3763
Link copied to clipboard
const val XK_Hangul_SsangSios: Int = 3766
Link copied to clipboard
const val XK_Hangul_Start: Int = 65330
Link copied to clipboard
const val XK_Hangul_SunkyeongeumMieum: Int = 3824
Link copied to clipboard
const val XK_Hangul_SunkyeongeumPhieuf: Int = 3828
Link copied to clipboard
const val XK_Hangul_SunkyeongeumPieub: Int = 3825
Link copied to clipboard
const val XK_Hangul_switch: Int = 65406
Link copied to clipboard
const val XK_Hangul_Tieut: Int = 3772
Link copied to clipboard
const val XK_Hangul_U: Int = 3788
Link copied to clipboard
const val XK_Hangul_WA: Int = 3784
Link copied to clipboard
const val XK_Hangul_WAE: Int = 3785
Link copied to clipboard
const val XK_Hangul_WE: Int = 3790
Link copied to clipboard
const val XK_Hangul_WEO: Int = 3789
Link copied to clipboard
const val XK_Hangul_WI: Int = 3791
Link copied to clipboard
const val XK_Hangul_YA: Int = 3777
Link copied to clipboard
const val XK_Hangul_YAE: Int = 3778
Link copied to clipboard
const val XK_Hangul_YE: Int = 3782
Link copied to clipboard
const val XK_Hangul_YEO: Int = 3781
Link copied to clipboard
const val XK_Hangul_YeorinHieuh: Int = 3829
Link copied to clipboard
const val XK_Hangul_YI: Int = 3794
Link copied to clipboard
const val XK_Hangul_YO: Int = 3787
Link copied to clipboard
const val XK_Hangul_YU: Int = 3792
Link copied to clipboard
const val XK_Hankaku: Int = 65321
Link copied to clipboard
const val XK_Hcircumflex: Int = 678
Link copied to clipboard
const val XK_hcircumflex: Int = 694
Link copied to clipboard
const val XK_heart: Int = 2798
Link copied to clipboard
const val XK_hebrew_aleph: Int = 3296
Link copied to clipboard
const val XK_hebrew_ayin: Int = 3314
Link copied to clipboard
const val XK_hebrew_bet: Int = 3297
Link copied to clipboard
const val XK_hebrew_beth: Int = 3297
Link copied to clipboard
const val XK_hebrew_chet: Int = 3303
Link copied to clipboard
const val XK_hebrew_dalet: Int = 3299
Link copied to clipboard
const val XK_hebrew_daleth: Int = 3299
Link copied to clipboard
const val XK_hebrew_doublelowline: Int = 3295
Link copied to clipboard
const val XK_hebrew_finalkaph: Int = 3306
Link copied to clipboard
const val XK_hebrew_finalmem: Int = 3309
Link copied to clipboard
const val XK_hebrew_finalnun: Int = 3311
Link copied to clipboard
const val XK_hebrew_finalpe: Int = 3315
Link copied to clipboard
const val XK_hebrew_finalzade: Int = 3317
Link copied to clipboard
const val XK_hebrew_finalzadi: Int = 3317
Link copied to clipboard
const val XK_hebrew_gimel: Int = 3298
Link copied to clipboard
const val XK_hebrew_gimmel: Int = 3298
Link copied to clipboard
const val XK_hebrew_he: Int = 3300
Link copied to clipboard
const val XK_hebrew_het: Int = 3303
Link copied to clipboard
const val XK_hebrew_kaph: Int = 3307
Link copied to clipboard
const val XK_hebrew_kuf: Int = 3319
Link copied to clipboard
const val XK_hebrew_lamed: Int = 3308
Link copied to clipboard
const val XK_hebrew_mem: Int = 3310
Link copied to clipboard
const val XK_hebrew_nun: Int = 3312
Link copied to clipboard
const val XK_hebrew_pe: Int = 3316
Link copied to clipboard
const val XK_hebrew_qoph: Int = 3319
Link copied to clipboard
const val XK_hebrew_resh: Int = 3320
Link copied to clipboard
const val XK_hebrew_samech: Int = 3313
Link copied to clipboard
const val XK_hebrew_samekh: Int = 3313
Link copied to clipboard
const val XK_hebrew_shin: Int = 3321
Link copied to clipboard
const val XK_Hebrew_switch: Int = 65406
Link copied to clipboard
const val XK_hebrew_taf: Int = 3322
Link copied to clipboard
const val XK_hebrew_taw: Int = 3322
Link copied to clipboard
const val XK_hebrew_tet: Int = 3304
Link copied to clipboard
const val XK_hebrew_teth: Int = 3304
Link copied to clipboard
const val XK_hebrew_waw: Int = 3301
Link copied to clipboard
const val XK_hebrew_yod: Int = 3305
Link copied to clipboard
const val XK_hebrew_zade: Int = 3318
Link copied to clipboard
const val XK_hebrew_zadi: Int = 3318
Link copied to clipboard
const val XK_hebrew_zain: Int = 3302
Link copied to clipboard
const val XK_hebrew_zayin: Int = 3302
Link copied to clipboard
const val XK_Help: Int = 65386
Link copied to clipboard
const val XK_Henkan: Int = 65315
Link copied to clipboard
const val XK_Henkan_Mode: Int = 65315
Link copied to clipboard
const val XK_hexagram: Int = 2778
Link copied to clipboard
const val XK_Hiragana: Int = 65317
Link copied to clipboard
const val XK_Hiragana_Katakana: Int = 65319
Link copied to clipboard
const val XK_Home: Int = 65360
Link copied to clipboard
const val XK_horizconnector: Int = 2211
Link copied to clipboard
const val XK_horizlinescan1: Int = 2543
Link copied to clipboard
const val XK_horizlinescan3: Int = 2544
Link copied to clipboard
const val XK_horizlinescan5: Int = 2545
Link copied to clipboard
const val XK_horizlinescan7: Int = 2546
Link copied to clipboard
const val XK_horizlinescan9: Int = 2547
Link copied to clipboard
const val XK_Hstroke: Int = 673
Link copied to clipboard
const val XK_hstroke: Int = 689
Link copied to clipboard
const val XK_ht: Int = 2530
Link copied to clipboard
const val XK_Hyper_L: Int = 65517
Link copied to clipboard
const val XK_Hyper_R: Int = 65518
Link copied to clipboard
const val XK_hyphen: Int = 173
Link copied to clipboard
const val XK_I: Int = 73
Link copied to clipboard
const val XK_i: Int = 105
Link copied to clipboard
const val XK_Iabovedot: Int = 681
Link copied to clipboard
const val XK_Iacute: Int = 205
Link copied to clipboard
const val XK_iacute: Int = 237
Link copied to clipboard
const val XK_Ibelowdot: Int = 16785098
Link copied to clipboard
const val XK_ibelowdot: Int = 16785099
Link copied to clipboard
const val XK_Ibreve: Int = 16777516
Link copied to clipboard
const val XK_ibreve: Int = 16777517
Link copied to clipboard
const val XK_Icircumflex: Int = 206
Link copied to clipboard
const val XK_icircumflex: Int = 238
Link copied to clipboard
const val XK_identical: Int = 2255
Link copied to clipboard
const val XK_Idiaeresis: Int = 207
Link copied to clipboard
const val XK_idiaeresis: Int = 239
Link copied to clipboard
const val XK_idotless: Int = 697
Link copied to clipboard
const val XK_ifonlyif: Int = 2253
Link copied to clipboard
const val XK_Igrave: Int = 204
Link copied to clipboard
const val XK_igrave: Int = 236
Link copied to clipboard
const val XK_Ihook: Int = 16785096
Link copied to clipboard
const val XK_ihook: Int = 16785097
Link copied to clipboard
const val XK_Imacron: Int = 975
Link copied to clipboard
const val XK_imacron: Int = 1007
Link copied to clipboard
const val XK_implies: Int = 2254
Link copied to clipboard
const val XK_includedin: Int = 2266
Link copied to clipboard
const val XK_includes: Int = 2267
Link copied to clipboard
const val XK_infinity: Int = 2242
Link copied to clipboard
const val XK_Insert: Int = 65379
Link copied to clipboard
const val XK_integral: Int = 2239
Link copied to clipboard
const val XK_intersection: Int = 2268
Link copied to clipboard
const val XK_Iogonek: Int = 967
Link copied to clipboard
const val XK_iogonek: Int = 999
Link copied to clipboard
const val XK_ISO_Center_Object: Int = 65075
Link copied to clipboard
const val XK_ISO_Continuous_Underline: Int = 65072
Link copied to clipboard
const val XK_ISO_Discontinuous_Underline: Int = 65073
Link copied to clipboard
const val XK_ISO_Emphasize: Int = 65074
Link copied to clipboard
const val XK_ISO_Enter: Int = 65076
Link copied to clipboard
const val XK_ISO_Fast_Cursor_Down: Int = 65071
Link copied to clipboard
const val XK_ISO_Fast_Cursor_Left: Int = 65068
Link copied to clipboard
const val XK_ISO_Fast_Cursor_Right: Int = 65069
Link copied to clipboard
const val XK_ISO_Fast_Cursor_Up: Int = 65070
Link copied to clipboard
const val XK_ISO_First_Group: Int = 65036
Link copied to clipboard
const val XK_ISO_First_Group_Lock: Int = 65037
Link copied to clipboard
const val XK_ISO_Group_Latch: Int = 65030
Link copied to clipboard
const val XK_ISO_Group_Lock: Int = 65031
Link copied to clipboard
const val XK_ISO_Group_Shift: Int = 65406
Link copied to clipboard
const val XK_ISO_Last_Group: Int = 65038
Link copied to clipboard
const val XK_ISO_Last_Group_Lock: Int = 65039
Link copied to clipboard
const val XK_ISO_Left_Tab: Int = 65056
Link copied to clipboard
const val XK_ISO_Level2_Latch: Int = 65026
Link copied to clipboard
const val XK_ISO_Level3_Latch: Int = 65028
Link copied to clipboard
const val XK_ISO_Level3_Lock: Int = 65029
Link copied to clipboard
const val XK_ISO_Level3_Shift: Int = 65027
Link copied to clipboard
const val XK_ISO_Level5_Latch: Int = 65042
Link copied to clipboard
const val XK_ISO_Level5_Lock: Int = 65043
Link copied to clipboard
const val XK_ISO_Level5_Shift: Int = 65041
Link copied to clipboard
const val XK_ISO_Lock: Int = 65025
Link copied to clipboard
const val XK_ISO_Move_Line_Down: Int = 65058
Link copied to clipboard
const val XK_ISO_Move_Line_Up: Int = 65057
Link copied to clipboard
const val XK_ISO_Next_Group: Int = 65032
Link copied to clipboard
const val XK_ISO_Next_Group_Lock: Int = 65033
Link copied to clipboard
const val XK_ISO_Partial_Line_Down: Int = 65060
Link copied to clipboard
const val XK_ISO_Partial_Line_Up: Int = 65059
Link copied to clipboard
const val XK_ISO_Partial_Space_Left: Int = 65061
Link copied to clipboard
const val XK_ISO_Partial_Space_Right: Int = 65062
Link copied to clipboard
const val XK_ISO_Prev_Group: Int = 65034
Link copied to clipboard
const val XK_ISO_Prev_Group_Lock: Int = 65035
Link copied to clipboard
const val XK_ISO_Release_Both_Margins: Int = 65067
Link copied to clipboard
const val XK_ISO_Release_Margin_Left: Int = 65065
Link copied to clipboard
const val XK_ISO_Release_Margin_Right: Int = 65066
Link copied to clipboard
const val XK_ISO_Set_Margin_Left: Int = 65063
Link copied to clipboard
const val XK_ISO_Set_Margin_Right: Int = 65064
Link copied to clipboard
const val XK_Itilde: Int = 933
Link copied to clipboard
const val XK_itilde: Int = 949
Link copied to clipboard
const val XK_J: Int = 74
Link copied to clipboard
const val XK_j: Int = 106
Link copied to clipboard
const val XK_Jcircumflex: Int = 684
Link copied to clipboard
const val XK_jcircumflex: Int = 700
Link copied to clipboard
const val XK_jot: Int = 3018
Link copied to clipboard
const val XK_K: Int = 75
Link copied to clipboard
const val XK_k: Int = 107
Link copied to clipboard
const val XK_kana_a: Int = 1191
Link copied to clipboard
const val XK_kana_A: Int = 1201
Link copied to clipboard
const val XK_kana_CHI: Int = 1217
Link copied to clipboard
const val XK_kana_closingbracket: Int = 1187
Link copied to clipboard
const val XK_kana_comma: Int = 1188
Link copied to clipboard
const val XK_kana_conjunctive: Int = 1189
Link copied to clipboard
const val XK_kana_e: Int = 1194
Link copied to clipboard
const val XK_kana_E: Int = 1204
Link copied to clipboard
const val XK_kana_FU: Int = 1228
Link copied to clipboard
const val XK_kana_fullstop: Int = 1185
Link copied to clipboard
const val XK_kana_HA: Int = 1226
Link copied to clipboard
const val XK_kana_HE: Int = 1229
Link copied to clipboard
const val XK_kana_HI: Int = 1227
Link copied to clipboard
const val XK_kana_HO: Int = 1230
Link copied to clipboard
const val XK_kana_HU: Int = 1228
Link copied to clipboard
const val XK_kana_i: Int = 1192
Link copied to clipboard
const val XK_kana_I: Int = 1202
Link copied to clipboard
const val XK_kana_KA: Int = 1206
Link copied to clipboard
const val XK_kana_KE: Int = 1209
Link copied to clipboard
const val XK_kana_KI: Int = 1207
Link copied to clipboard
const val XK_kana_KO: Int = 1210
Link copied to clipboard
const val XK_kana_KU: Int = 1208
Link copied to clipboard
const val XK_Kana_Lock: Int = 65325
Link copied to clipboard
const val XK_kana_MA: Int = 1231
Link copied to clipboard
const val XK_kana_ME: Int = 1234
Link copied to clipboard
const val XK_kana_MI: Int = 1232
Link copied to clipboard
const val XK_kana_middledot: Int = 1189
Link copied to clipboard
const val XK_kana_MO: Int = 1235
Link copied to clipboard
const val XK_kana_MU: Int = 1233
Link copied to clipboard
const val XK_kana_N: Int = 1245
Link copied to clipboard
const val XK_kana_NA: Int = 1221
Link copied to clipboard
const val XK_kana_NE: Int = 1224
Link copied to clipboard
const val XK_kana_NI: Int = 1222
Link copied to clipboard
const val XK_kana_NO: Int = 1225
Link copied to clipboard
const val XK_kana_NU: Int = 1223
Link copied to clipboard
const val XK_kana_o: Int = 1195
Link copied to clipboard
const val XK_kana_O: Int = 1205
Link copied to clipboard
const val XK_kana_openingbracket: Int = 1186
Link copied to clipboard
const val XK_kana_RA: Int = 1239
Link copied to clipboard
const val XK_kana_RE: Int = 1242
Link copied to clipboard
const val XK_kana_RI: Int = 1240
Link copied to clipboard
const val XK_kana_RO: Int = 1243
Link copied to clipboard
const val XK_kana_RU: Int = 1241
Link copied to clipboard
const val XK_kana_SA: Int = 1211
Link copied to clipboard
const val XK_kana_SE: Int = 1214
Link copied to clipboard
const val XK_kana_SHI: Int = 1212
Link copied to clipboard
const val XK_Kana_Shift: Int = 65326
Link copied to clipboard
const val XK_kana_SO: Int = 1215
Link copied to clipboard
const val XK_kana_SU: Int = 1213
Link copied to clipboard
const val XK_kana_switch: Int = 65406
Link copied to clipboard
const val XK_kana_TA: Int = 1216
Link copied to clipboard
const val XK_kana_TE: Int = 1219
Link copied to clipboard
const val XK_kana_TI: Int = 1217
Link copied to clipboard
const val XK_kana_TO: Int = 1220
Link copied to clipboard
const val XK_kana_tsu: Int = 1199
Link copied to clipboard
const val XK_kana_TSU: Int = 1218
Link copied to clipboard
const val XK_kana_tu: Int = 1199
Link copied to clipboard
const val XK_kana_TU: Int = 1218
Link copied to clipboard
const val XK_kana_u: Int = 1193
Link copied to clipboard
const val XK_kana_U: Int = 1203
Link copied to clipboard
const val XK_kana_WA: Int = 1244
Link copied to clipboard
const val XK_kana_WO: Int = 1190
Link copied to clipboard
const val XK_kana_ya: Int = 1196
Link copied to clipboard
const val XK_kana_YA: Int = 1236
Link copied to clipboard
const val XK_kana_yo: Int = 1198
Link copied to clipboard
const val XK_kana_YO: Int = 1238
Link copied to clipboard
const val XK_kana_yu: Int = 1197
Link copied to clipboard
const val XK_kana_YU: Int = 1237
Link copied to clipboard
const val XK_Kanji: Int = 65313
Link copied to clipboard
const val XK_Kanji_Bangou: Int = 65335
Link copied to clipboard
const val XK_kappa: Int = 930
Link copied to clipboard
const val XK_Katakana: Int = 65318
Link copied to clipboard
const val XK_Kcedilla: Int = 979
Link copied to clipboard
const val XK_kcedilla: Int = 1011
Link copied to clipboard
const val XK_Korean_Won: Int = 3839
Link copied to clipboard
const val XK_KP_0: Int = 65456
Link copied to clipboard
const val XK_KP_1: Int = 65457
Link copied to clipboard
const val XK_KP_2: Int = 65458
Link copied to clipboard
const val XK_KP_3: Int = 65459
Link copied to clipboard
const val XK_KP_4: Int = 65460
Link copied to clipboard
const val XK_KP_5: Int = 65461
Link copied to clipboard
const val XK_KP_6: Int = 65462
Link copied to clipboard
const val XK_KP_7: Int = 65463
Link copied to clipboard
const val XK_KP_8: Int = 65464
Link copied to clipboard
const val XK_KP_9: Int = 65465
Link copied to clipboard
const val XK_KP_Add: Int = 65451
Link copied to clipboard
const val XK_KP_Begin: Int = 65437
Link copied to clipboard
const val XK_KP_Decimal: Int = 65454
Link copied to clipboard
const val XK_KP_Delete: Int = 65439
Link copied to clipboard
const val XK_KP_Divide: Int = 65455
Link copied to clipboard
const val XK_KP_Down: Int = 65433
Link copied to clipboard
const val XK_KP_End: Int = 65436
Link copied to clipboard
const val XK_KP_Enter: Int = 65421
Link copied to clipboard
const val XK_KP_Equal: Int = 65469
Link copied to clipboard
const val XK_KP_F1: Int = 65425
Link copied to clipboard
const val XK_KP_F2: Int = 65426
Link copied to clipboard
const val XK_KP_F3: Int = 65427
Link copied to clipboard
const val XK_KP_F4: Int = 65428
Link copied to clipboard
const val XK_KP_Home: Int = 65429
Link copied to clipboard
const val XK_KP_Insert: Int = 65438
Link copied to clipboard
const val XK_KP_Left: Int = 65430
Link copied to clipboard
const val XK_KP_Multiply: Int = 65450
Link copied to clipboard
const val XK_KP_Next: Int = 65435
Link copied to clipboard
const val XK_KP_Page_Down: Int = 65435
Link copied to clipboard
const val XK_KP_Page_Up: Int = 65434
Link copied to clipboard
const val XK_KP_Prior: Int = 65434
Link copied to clipboard
const val XK_KP_Right: Int = 65432
Link copied to clipboard
const val XK_KP_Separator: Int = 65452
Link copied to clipboard
const val XK_KP_Space: Int = 65408
Link copied to clipboard
const val XK_KP_Subtract: Int = 65453
Link copied to clipboard
const val XK_KP_Tab: Int = 65417
Link copied to clipboard
const val XK_KP_Up: Int = 65431
Link copied to clipboard
const val XK_kra: Int = 930
Link copied to clipboard
const val XK_L: Int = 76
Link copied to clipboard
const val XK_l: Int = 108
Link copied to clipboard
const val XK_L1: Int = 65480
Link copied to clipboard
const val XK_L10: Int = 65489
Link copied to clipboard
const val XK_L2: Int = 65481
Link copied to clipboard
const val XK_L3: Int = 65482
Link copied to clipboard
const val XK_L4: Int = 65483
Link copied to clipboard
const val XK_L5: Int = 65484
Link copied to clipboard
const val XK_L6: Int = 65485
Link copied to clipboard
const val XK_L7: Int = 65486
Link copied to clipboard
const val XK_L8: Int = 65487
Link copied to clipboard
const val XK_L9: Int = 65488
Link copied to clipboard
const val XK_Lacute: Int = 453
Link copied to clipboard
const val XK_lacute: Int = 485
Link copied to clipboard
const val XK_Last_Virtual_Screen: Int = 65236
Link copied to clipboard
const val XK_latincross: Int = 2777
Link copied to clipboard
const val XK_Lbelowdot: Int = 16784950
Link copied to clipboard
const val XK_lbelowdot: Int = 16784951
Link copied to clipboard
const val XK_Lcaron: Int = 421
Link copied to clipboard
const val XK_lcaron: Int = 437
Link copied to clipboard
const val XK_Lcedilla: Int = 934
Link copied to clipboard
const val XK_lcedilla: Int = 950
Link copied to clipboard
const val XK_Left: Int = 65361
Link copied to clipboard
const val XK_leftanglebracket: Int = 2748
Link copied to clipboard
const val XK_leftarrow: Int = 2299
Link copied to clipboard
const val XK_leftcaret: Int = 2979
Link copied to clipboard
const val XK_leftdoublequotemark: Int = 2770
Link copied to clipboard
const val XK_leftmiddlecurlybrace: Int = 2223
Link copied to clipboard
const val XK_leftopentriangle: Int = 2764
Link copied to clipboard
const val XK_leftpointer: Int = 2794
Link copied to clipboard
const val XK_leftradical: Int = 2209
Link copied to clipboard
const val XK_leftshoe: Int = 3034
Link copied to clipboard
const val XK_leftsinglequotemark: Int = 2768
Link copied to clipboard
const val XK_leftt: Int = 2548
Link copied to clipboard
const val XK_lefttack: Int = 3036
Link copied to clipboard
const val XK_less: Int = 60
Link copied to clipboard
const val XK_lessthanequal: Int = 2236
Link copied to clipboard
const val XK_lf: Int = 2533
Link copied to clipboard
const val XK_Linefeed: Int = 65290
Link copied to clipboard
const val XK_LiraSign: Int = 16785572
Link copied to clipboard
const val XK_logicaland: Int = 2270
Link copied to clipboard
const val XK_logicalor: Int = 2271
Link copied to clipboard
const val XK_lowleftcorner: Int = 2541
Link copied to clipboard
const val XK_lowrightcorner: Int = 2538
Link copied to clipboard
const val XK_Lstroke: Int = 419
Link copied to clipboard
const val XK_lstroke: Int = 435
Link copied to clipboard
const val XK_M: Int = 77
Link copied to clipboard
const val XK_m: Int = 109
Link copied to clipboard
const val XK_Mabovedot: Int = 16784960
Link copied to clipboard
const val XK_mabovedot: Int = 16784961
Link copied to clipboard
const val XK_Macedonia_dse: Int = 1701
Link copied to clipboard
const val XK_Macedonia_DSE: Int = 1717
Link copied to clipboard
const val XK_Macedonia_gje: Int = 1698
Link copied to clipboard
const val XK_Macedonia_GJE: Int = 1714
Link copied to clipboard
const val XK_Macedonia_kje: Int = 1708
Link copied to clipboard
const val XK_Macedonia_KJE: Int = 1724
Link copied to clipboard
const val XK_macron: Int = 175
Link copied to clipboard
const val XK_Mae_Koho: Int = 65342
Link copied to clipboard
const val XK_malesymbol: Int = 2807
Link copied to clipboard
const val XK_maltesecross: Int = 2800
Link copied to clipboard
const val XK_marker: Int = 2751
Link copied to clipboard
const val XK_masculine: Int = 186
Link copied to clipboard
const val XK_Massyo: Int = 65324
Link copied to clipboard
const val XK_Menu: Int = 65383
Link copied to clipboard
const val XK_Meta_L: Int = 65511
Link copied to clipboard
const val XK_Meta_R: Int = 65512
Link copied to clipboard
const val XK_MillSign: Int = 16785573
Link copied to clipboard
const val XK_minus: Int = 45
Link copied to clipboard
const val XK_minutes: Int = 2774
Link copied to clipboard
const val XK_Mode_switch: Int = 65406
Link copied to clipboard
const val XK_MouseKeys_Accel_Enable: Int = 65143
Link copied to clipboard
const val XK_MouseKeys_Enable: Int = 65142
Link copied to clipboard
const val XK_mu: Int = 181
Link copied to clipboard
const val XK_Muhenkan: Int = 65314
Link copied to clipboard
const val XK_Multi_key: Int = 65312
Link copied to clipboard
const val XK_MultipleCandidate: Int = 65341
Link copied to clipboard
const val XK_multiply: Int = 215
Link copied to clipboard
const val XK_musicalflat: Int = 2806
Link copied to clipboard
const val XK_musicalsharp: Int = 2805
Link copied to clipboard
const val XK_N: Int = 78
Link copied to clipboard
const val XK_n: Int = 110
Link copied to clipboard
const val XK_nabla: Int = 2245
Link copied to clipboard
const val XK_Nacute: Int = 465
Link copied to clipboard
const val XK_nacute: Int = 497
Link copied to clipboard
const val XK_NairaSign: Int = 16785574
Link copied to clipboard
const val XK_Ncaron: Int = 466
Link copied to clipboard
const val XK_ncaron: Int = 498
Link copied to clipboard
const val XK_Ncedilla: Int = 977
Link copied to clipboard
const val XK_ncedilla: Int = 1009
Link copied to clipboard
const val XK_NewSheqelSign: Int = 16785578
Link copied to clipboard
const val XK_Next: Int = 65366
Link copied to clipboard
const val XK_Next_Virtual_Screen: Int = 65234
Link copied to clipboard
const val XK_ninesubscript: Int = 16785545
Link copied to clipboard
const val XK_ninesuperior: Int = 16785529
Link copied to clipboard
const val XK_nl: Int = 2536
Link copied to clipboard
const val XK_nobreakspace: Int = 160
Link copied to clipboard
const val XK_notapproxeq: Int = 16785991
Link copied to clipboard
const val XK_notelementof: Int = 16785929
Link copied to clipboard
const val XK_notequal: Int = 2237
Link copied to clipboard
const val XK_notidentical: Int = 16786018
Link copied to clipboard
const val XK_notsign: Int = 172
Link copied to clipboard
const val XK_Ntilde: Int = 209
Link copied to clipboard
const val XK_ntilde: Int = 241
Link copied to clipboard
const val XK_Num_Lock: Int = 65407
Link copied to clipboard
const val XK_numbersign: Int = 35
Link copied to clipboard
const val XK_numerosign: Int = 1712
Link copied to clipboard
const val XK_O: Int = 79
Link copied to clipboard
const val XK_o: Int = 111
Link copied to clipboard
const val XK_Oacute: Int = 211
Link copied to clipboard
const val XK_oacute: Int = 243
Link copied to clipboard
const val XK_Obarred: Int = 16777631
Link copied to clipboard
const val XK_obarred: Int = 16777845
Link copied to clipboard
const val XK_Obelowdot: Int = 16785100
Link copied to clipboard
const val XK_obelowdot: Int = 16785101
Link copied to clipboard
const val XK_Ocaron: Int = 16777681
Link copied to clipboard
const val XK_ocaron: Int = 16777682
Link copied to clipboard
const val XK_Ocircumflex: Int = 212
Link copied to clipboard
const val XK_ocircumflex: Int = 244
Link copied to clipboard
const val XK_Ocircumflexacute: Int = 16785104
Link copied to clipboard
const val XK_ocircumflexacute: Int = 16785105
Link copied to clipboard
const val XK_Ocircumflexbelowdot: Int = 16785112
Link copied to clipboard
const val XK_ocircumflexbelowdot: Int = 16785113
Link copied to clipboard
const val XK_Ocircumflexgrave: Int = 16785106
Link copied to clipboard
const val XK_ocircumflexgrave: Int = 16785107
Link copied to clipboard
const val XK_Ocircumflexhook: Int = 16785108
Link copied to clipboard
const val XK_ocircumflexhook: Int = 16785109
Link copied to clipboard
const val XK_Ocircumflextilde: Int = 16785110
Link copied to clipboard
const val XK_ocircumflextilde: Int = 16785111
Link copied to clipboard
const val XK_Odiaeresis: Int = 214
Link copied to clipboard
const val XK_odiaeresis: Int = 246
Link copied to clipboard
const val XK_Odoubleacute: Int = 469
Link copied to clipboard
const val XK_odoubleacute: Int = 501
Link copied to clipboard
const val XK_OE: Int = 5052
Link copied to clipboard
const val XK_oe: Int = 5053
Link copied to clipboard
const val XK_ogonek: Int = 434
Link copied to clipboard
const val XK_Ograve: Int = 210
Link copied to clipboard
const val XK_ograve: Int = 242
Link copied to clipboard
const val XK_Ohook: Int = 16785102
Link copied to clipboard
const val XK_ohook: Int = 16785103
Link copied to clipboard
const val XK_Ohorn: Int = 16777632
Link copied to clipboard
const val XK_ohorn: Int = 16777633
Link copied to clipboard
const val XK_Ohornacute: Int = 16785114
Link copied to clipboard
const val XK_ohornacute: Int = 16785115
Link copied to clipboard
const val XK_Ohornbelowdot: Int = 16785122
Link copied to clipboard
const val XK_ohornbelowdot: Int = 16785123
Link copied to clipboard
const val XK_Ohorngrave: Int = 16785116
Link copied to clipboard
const val XK_ohorngrave: Int = 16785117
Link copied to clipboard
const val XK_Ohornhook: Int = 16785118
Link copied to clipboard
const val XK_ohornhook: Int = 16785119
Link copied to clipboard
const val XK_Ohorntilde: Int = 16785120
Link copied to clipboard
const val XK_ohorntilde: Int = 16785121
Link copied to clipboard
const val XK_Omacron: Int = 978
Link copied to clipboard
const val XK_omacron: Int = 1010
Link copied to clipboard
const val XK_oneeighth: Int = 2755
Link copied to clipboard
const val XK_onefifth: Int = 2738
Link copied to clipboard
const val XK_onehalf: Int = 189
Link copied to clipboard
const val XK_onequarter: Int = 188
Link copied to clipboard
const val XK_onesixth: Int = 2742
Link copied to clipboard
const val XK_onesubscript: Int = 16785537
Link copied to clipboard
const val XK_onesuperior: Int = 185
Link copied to clipboard
const val XK_onethird: Int = 2736
Link copied to clipboard
const val XK_Ooblique: Int = 216
Link copied to clipboard
const val XK_ooblique: Int = 248
Link copied to clipboard
const val XK_openrectbullet: Int = 2786
Link copied to clipboard
const val XK_openstar: Int = 2789
Link copied to clipboard
const val XK_opentribulletdown: Int = 2788
Link copied to clipboard
const val XK_opentribulletup: Int = 2787
Link copied to clipboard
const val XK_ordfeminine: Int = 170
Link copied to clipboard
const val XK_Oslash: Int = 216
Link copied to clipboard
const val XK_oslash: Int = 248
Link copied to clipboard
const val XK_Otilde: Int = 213
Link copied to clipboard
const val XK_otilde: Int = 245
Link copied to clipboard
const val XK_overbar: Int = 3008
Link copied to clipboard
const val XK_Overlay1_Enable: Int = 65144
Link copied to clipboard
const val XK_Overlay2_Enable: Int = 65145
Link copied to clipboard
const val XK_overline: Int = 1150
Link copied to clipboard
const val XK_P: Int = 80
Link copied to clipboard
const val XK_p: Int = 112
Link copied to clipboard
const val XK_Pabovedot: Int = 16784982
Link copied to clipboard
const val XK_pabovedot: Int = 16784983
Link copied to clipboard
const val XK_Page_Down: Int = 65366
Link copied to clipboard
const val XK_Page_Up: Int = 65365
Link copied to clipboard
const val XK_paragraph: Int = 182
Link copied to clipboard
const val XK_parenleft: Int = 40
Link copied to clipboard
const val XK_parenright: Int = 41
Link copied to clipboard
const val XK_partdifferential: Int = 16785922
Link copied to clipboard
const val XK_partialderivative: Int = 2287
Link copied to clipboard
const val XK_Pause: Int = 65299
Link copied to clipboard
const val XK_percent: Int = 37
Link copied to clipboard
const val XK_period: Int = 46
Link copied to clipboard
const val XK_periodcentered: Int = 183
Link copied to clipboard
const val XK_permille: Int = 2773
Link copied to clipboard
const val XK_PesetaSign: Int = 16785575
Link copied to clipboard
const val XK_phonographcopyright: Int = 2811
Link copied to clipboard
const val XK_plus: Int = 43
Link copied to clipboard
const val XK_plusminus: Int = 177
Link copied to clipboard
const val XK_Pointer_Accelerate: Int = 65274
Link copied to clipboard
const val XK_Pointer_Button1: Int = 65257
Link copied to clipboard
const val XK_Pointer_Button2: Int = 65258
Link copied to clipboard
const val XK_Pointer_Button3: Int = 65259
Link copied to clipboard
const val XK_Pointer_Button4: Int = 65260
Link copied to clipboard
const val XK_Pointer_Button5: Int = 65261
Link copied to clipboard
const val XK_Pointer_Button_Dflt: Int = 65256
Link copied to clipboard
const val XK_Pointer_DblClick1: Int = 65263
Link copied to clipboard
const val XK_Pointer_DblClick2: Int = 65264
Link copied to clipboard
const val XK_Pointer_DblClick3: Int = 65265
Link copied to clipboard
const val XK_Pointer_DblClick4: Int = 65266
Link copied to clipboard
const val XK_Pointer_DblClick5: Int = 65267
Link copied to clipboard
const val XK_Pointer_DblClick_Dflt: Int = 65262
Link copied to clipboard
const val XK_Pointer_DfltBtnNext: Int = 65275
Link copied to clipboard
const val XK_Pointer_DfltBtnPrev: Int = 65276
Link copied to clipboard
const val XK_Pointer_Down: Int = 65251
Link copied to clipboard
const val XK_Pointer_DownLeft: Int = 65254
Link copied to clipboard
const val XK_Pointer_DownRight: Int = 65255
Link copied to clipboard
const val XK_Pointer_Drag1: Int = 65269
Link copied to clipboard
const val XK_Pointer_Drag2: Int = 65270
Link copied to clipboard
const val XK_Pointer_Drag3: Int = 65271
Link copied to clipboard
const val XK_Pointer_Drag4: Int = 65272
Link copied to clipboard
const val XK_Pointer_Drag5: Int = 65277
Link copied to clipboard
const val XK_Pointer_Drag_Dflt: Int = 65268
Link copied to clipboard
const val XK_Pointer_EnableKeys: Int = 65273
Link copied to clipboard
const val XK_Pointer_Left: Int = 65248
Link copied to clipboard
const val XK_Pointer_Right: Int = 65249
Link copied to clipboard
const val XK_Pointer_Up: Int = 65250
Link copied to clipboard
const val XK_Pointer_UpLeft: Int = 65252
Link copied to clipboard
const val XK_Pointer_UpRight: Int = 65253
Link copied to clipboard
const val XK_prescription: Int = 2772
Link copied to clipboard
const val XK_Prev_Virtual_Screen: Int = 65233
Link copied to clipboard
const val XK_PreviousCandidate: Int = 65342
Link copied to clipboard
const val XK_Print: Int = 65377
Link copied to clipboard
const val XK_Prior: Int = 65365
Link copied to clipboard
const val XK_prolongedsound: Int = 1200
Link copied to clipboard
const val XK_punctspace: Int = 2726
Link copied to clipboard
const val XK_Q: Int = 81
Link copied to clipboard
const val XK_q: Int = 113
Link copied to clipboard
const val XK_quad: Int = 3020
Link copied to clipboard
const val XK_question: Int = 63
Link copied to clipboard
const val XK_questiondown: Int = 191
Link copied to clipboard
const val XK_quotedbl: Int = 34
Link copied to clipboard
const val XK_quoteleft: Int = 96
Link copied to clipboard
const val XK_quoteright: Int = 39
Link copied to clipboard
const val XK_R: Int = 82
Link copied to clipboard
const val XK_r: Int = 114
Link copied to clipboard
const val XK_R1: Int = 65490
Link copied to clipboard
const val XK_R10: Int = 65499
Link copied to clipboard
const val XK_R11: Int = 65500
Link copied to clipboard
const val XK_R12: Int = 65501
Link copied to clipboard
const val XK_R13: Int = 65502
Link copied to clipboard
const val XK_R14: Int = 65503
Link copied to clipboard
const val XK_R15: Int = 65504
Link copied to clipboard
const val XK_R2: Int = 65491
Link copied to clipboard
const val XK_R3: Int = 65492
Link copied to clipboard
const val XK_R4: Int = 65493
Link copied to clipboard
const val XK_R5: Int = 65494
Link copied to clipboard
const val XK_R6: Int = 65495
Link copied to clipboard
const val XK_R7: Int = 65496
Link copied to clipboard
const val XK_R8: Int = 65497
Link copied to clipboard
const val XK_R9: Int = 65498
Link copied to clipboard
const val XK_Racute: Int = 448
Link copied to clipboard
const val XK_racute: Int = 480
Link copied to clipboard
const val XK_radical: Int = 2262
Link copied to clipboard
const val XK_Rcaron: Int = 472
Link copied to clipboard
const val XK_rcaron: Int = 504
Link copied to clipboard
const val XK_Rcedilla: Int = 931
Link copied to clipboard
const val XK_rcedilla: Int = 947
Link copied to clipboard
const val XK_Redo: Int = 65382
Link copied to clipboard
const val XK_registered: Int = 174
Link copied to clipboard
const val XK_RepeatKeys_Enable: Int = 65138
Link copied to clipboard
const val XK_Return: Int = 65293
Link copied to clipboard
const val XK_Right: Int = 65363
Link copied to clipboard
const val XK_rightanglebracket: Int = 2750
Link copied to clipboard
const val XK_rightarrow: Int = 2301
Link copied to clipboard
const val XK_rightcaret: Int = 2982
Link copied to clipboard
const val XK_rightdoublequotemark: Int = 2771
Link copied to clipboard
const val XK_rightmiddlecurlybrace: Int = 2224
Link copied to clipboard
const val XK_rightmiddlesummation: Int = 2231
Link copied to clipboard
const val XK_rightopentriangle: Int = 2765
Link copied to clipboard
const val XK_rightpointer: Int = 2795
Link copied to clipboard
const val XK_rightshoe: Int = 3032
Link copied to clipboard
const val XK_rightsinglequotemark: Int = 2769
Link copied to clipboard
const val XK_rightt: Int = 2549
Link copied to clipboard
const val XK_righttack: Int = 3068
Link copied to clipboard
const val XK_Romaji: Int = 65316
Link copied to clipboard
const val XK_RupeeSign: Int = 16785576
Link copied to clipboard
const val XK_S: Int = 83
Link copied to clipboard
const val XK_s: Int = 115
Link copied to clipboard
const val XK_Sabovedot: Int = 16784992
Link copied to clipboard
const val XK_sabovedot: Int = 16784993
Link copied to clipboard
const val XK_Sacute: Int = 422
Link copied to clipboard
const val XK_sacute: Int = 438
Link copied to clipboard
const val XK_Scaron: Int = 425
Link copied to clipboard
const val XK_scaron: Int = 441
Link copied to clipboard
const val XK_Scedilla: Int = 426
Link copied to clipboard
const val XK_scedilla: Int = 442
Link copied to clipboard
const val XK_SCHWA: Int = 16777615
Link copied to clipboard
const val XK_schwa: Int = 16777817
Link copied to clipboard
const val XK_Scircumflex: Int = 734
Link copied to clipboard
const val XK_scircumflex: Int = 766
Link copied to clipboard
const val XK_script_switch: Int = 65406
Link copied to clipboard
const val XK_Scroll_Lock: Int = 65300
Link copied to clipboard
const val XK_seconds: Int = 2775
Link copied to clipboard
const val XK_section: Int = 167
Link copied to clipboard
const val XK_Select: Int = 65376
Link copied to clipboard
const val XK_semicolon: Int = 59
Link copied to clipboard
const val XK_semivoicedsound: Int = 1247
Link copied to clipboard
const val XK_Serbian_dje: Int = 1697
Link copied to clipboard
const val XK_Serbian_DJE: Int = 1713
Link copied to clipboard
const val XK_Serbian_dze: Int = 1711
Link copied to clipboard
const val XK_Serbian_DZE: Int = 1727
Link copied to clipboard
const val XK_Serbian_je: Int = 1704
Link copied to clipboard
const val XK_Serbian_JE: Int = 1720
Link copied to clipboard
const val XK_Serbian_lje: Int = 1705
Link copied to clipboard
const val XK_Serbian_LJE: Int = 1721
Link copied to clipboard
const val XK_Serbian_nje: Int = 1706
Link copied to clipboard
const val XK_Serbian_NJE: Int = 1722
Link copied to clipboard
const val XK_Serbian_tshe: Int = 1707
Link copied to clipboard
const val XK_Serbian_TSHE: Int = 1723
Link copied to clipboard
const val XK_seveneighths: Int = 2758
Link copied to clipboard
const val XK_sevensubscript: Int = 16785543
Link copied to clipboard
const val XK_sevensuperior: Int = 16785527
Link copied to clipboard
const val XK_Shift_L: Int = 65505
Link copied to clipboard
const val XK_Shift_Lock: Int = 65510
Link copied to clipboard
const val XK_Shift_R: Int = 65506
Link copied to clipboard
const val XK_signaturemark: Int = 2762
Link copied to clipboard
const val XK_signifblank: Int = 2732
Link copied to clipboard
const val XK_similarequal: Int = 2249
Link copied to clipboard
const val XK_SingleCandidate: Int = 65340
Link copied to clipboard
const val XK_singlelowquotemark: Int = 2813
Link copied to clipboard
const val XK_Sinh_a: Int = 16780677
Link copied to clipboard
const val XK_Sinh_aa: Int = 16780678
Link copied to clipboard
const val XK_Sinh_aa2: Int = 16780751
Link copied to clipboard
const val XK_Sinh_ae: Int = 16780679
Link copied to clipboard
const val XK_Sinh_ae2: Int = 16780752
Link copied to clipboard
const val XK_Sinh_aee: Int = 16780680
Link copied to clipboard
const val XK_Sinh_aee2: Int = 16780753
Link copied to clipboard
const val XK_Sinh_ai: Int = 16780691
Link copied to clipboard
const val XK_Sinh_ai2: Int = 16780763
Link copied to clipboard
const val XK_Sinh_al: Int = 16780746
Link copied to clipboard
const val XK_Sinh_au: Int = 16780694
Link copied to clipboard
const val XK_Sinh_au2: Int = 16780766
Link copied to clipboard
const val XK_Sinh_ba: Int = 16780726
Link copied to clipboard
const val XK_Sinh_bha: Int = 16780727
Link copied to clipboard
const val XK_Sinh_ca: Int = 16780704
Link copied to clipboard
const val XK_Sinh_cha: Int = 16780705
Link copied to clipboard
const val XK_Sinh_dda: Int = 16780713
Link copied to clipboard
const val XK_Sinh_ddha: Int = 16780714
Link copied to clipboard
const val XK_Sinh_dha: Int = 16780719
Link copied to clipboard
const val XK_Sinh_dhha: Int = 16780720
Link copied to clipboard
const val XK_Sinh_e: Int = 16780689
Link copied to clipboard
const val XK_Sinh_e2: Int = 16780761
Link copied to clipboard
const val XK_Sinh_ee: Int = 16780690
Link copied to clipboard
const val XK_Sinh_ee2: Int = 16780762
Link copied to clipboard
const val XK_Sinh_fa: Int = 16780742
Link copied to clipboard
const val XK_Sinh_ga: Int = 16780700
Link copied to clipboard
const val XK_Sinh_gha: Int = 16780701
Link copied to clipboard
const val XK_Sinh_h2: Int = 16780675
Link copied to clipboard
const val XK_Sinh_ha: Int = 16780740
Link copied to clipboard
const val XK_Sinh_i: Int = 16780681
Link copied to clipboard
const val XK_Sinh_i2: Int = 16780754
Link copied to clipboard
const val XK_Sinh_ii: Int = 16780682
Link copied to clipboard
const val XK_Sinh_ii2: Int = 16780755
Link copied to clipboard
const val XK_Sinh_ja: Int = 16780706
Link copied to clipboard
const val XK_Sinh_jha: Int = 16780707
Link copied to clipboard
const val XK_Sinh_jnya: Int = 16780709
Link copied to clipboard
const val XK_Sinh_ka: Int = 16780698
Link copied to clipboard
const val XK_Sinh_kha: Int = 16780699
Link copied to clipboard
const val XK_Sinh_kunddaliya: Int = 16780788
Link copied to clipboard
const val XK_Sinh_la: Int = 16780733
Link copied to clipboard
const val XK_Sinh_lla: Int = 16780741
Link copied to clipboard
const val XK_Sinh_lu: Int = 16780687
Link copied to clipboard
const val XK_Sinh_lu2: Int = 16780767
Link copied to clipboard
const val XK_Sinh_luu: Int = 16780688
Link copied to clipboard
const val XK_Sinh_luu2: Int = 16780787
Link copied to clipboard
const val XK_Sinh_ma: Int = 16780728
Link copied to clipboard
const val XK_Sinh_mba: Int = 16780729
Link copied to clipboard
const val XK_Sinh_na: Int = 16780721
Link copied to clipboard
const val XK_Sinh_ndda: Int = 16780716
Link copied to clipboard
const val XK_Sinh_ndha: Int = 16780723
Link copied to clipboard
const val XK_Sinh_ng: Int = 16780674
Link copied to clipboard
const val XK_Sinh_ng2: Int = 16780702
Link copied to clipboard
const val XK_Sinh_nga: Int = 16780703
Link copied to clipboard
const val XK_Sinh_nja: Int = 16780710
Link copied to clipboard
const val XK_Sinh_nna: Int = 16780715
Link copied to clipboard
const val XK_Sinh_nya: Int = 16780708
Link copied to clipboard
const val XK_Sinh_o: Int = 16780692
Link copied to clipboard
const val XK_Sinh_o2: Int = 16780764
Link copied to clipboard
const val XK_Sinh_oo: Int = 16780693
Link copied to clipboard
const val XK_Sinh_oo2: Int = 16780765
Link copied to clipboard
const val XK_Sinh_pa: Int = 16780724
Link copied to clipboard
const val XK_Sinh_pha: Int = 16780725
Link copied to clipboard
const val XK_Sinh_ra: Int = 16780731
Link copied to clipboard
const val XK_Sinh_ri: Int = 16780685
Link copied to clipboard
const val XK_Sinh_rii: Int = 16780686
Link copied to clipboard
const val XK_Sinh_ru2: Int = 16780760
Link copied to clipboard
const val XK_Sinh_ruu2: Int = 16780786
Link copied to clipboard
const val XK_Sinh_sa: Int = 16780739
Link copied to clipboard
const val XK_Sinh_sha: Int = 16780737
Link copied to clipboard
const val XK_Sinh_ssha: Int = 16780738
Link copied to clipboard
const val XK_Sinh_tha: Int = 16780717
Link copied to clipboard
const val XK_Sinh_thha: Int = 16780718
Link copied to clipboard
const val XK_Sinh_tta: Int = 16780711
Link copied to clipboard
const val XK_Sinh_ttha: Int = 16780712
Link copied to clipboard
const val XK_Sinh_u: Int = 16780683
Link copied to clipboard
const val XK_Sinh_u2: Int = 16780756
Link copied to clipboard
const val XK_Sinh_uu: Int = 16780684
Link copied to clipboard
const val XK_Sinh_uu2: Int = 16780758
Link copied to clipboard
const val XK_Sinh_va: Int = 16780736
Link copied to clipboard
const val XK_Sinh_ya: Int = 16780730
Link copied to clipboard
const val XK_sixsubscript: Int = 16785542
Link copied to clipboard
const val XK_sixsuperior: Int = 16785526
Link copied to clipboard
const val XK_slash: Int = 47
Link copied to clipboard
const val XK_SlowKeys_Enable: Int = 65139
Link copied to clipboard
const val XK_soliddiamond: Int = 2528
Link copied to clipboard
const val XK_space: Int = 32
Link copied to clipboard
const val XK_squareroot: Int = 16785946
Link copied to clipboard
const val XK_ssharp: Int = 223
Link copied to clipboard
const val XK_sterling: Int = 163
Link copied to clipboard
const val XK_StickyKeys_Enable: Int = 65141
Link copied to clipboard
const val XK_stricteq: Int = 16786019
Link copied to clipboard
const val XK_Super_L: Int = 65515
Link copied to clipboard
const val XK_Super_R: Int = 65516
Link copied to clipboard
const val XK_Sys_Req: Int = 65301
Link copied to clipboard
const val XK_T: Int = 84
Link copied to clipboard
const val XK_t: Int = 116
Link copied to clipboard
const val XK_Tab: Int = 65289
Link copied to clipboard
const val XK_Tabovedot: Int = 16785002
Link copied to clipboard
const val XK_tabovedot: Int = 16785003
Link copied to clipboard
const val XK_Tcaron: Int = 427
Link copied to clipboard
const val XK_tcaron: Int = 443
Link copied to clipboard
const val XK_Tcedilla: Int = 478
Link copied to clipboard
const val XK_tcedilla: Int = 510
Link copied to clipboard
const val XK_telephone: Int = 2809
Link copied to clipboard
const val XK_telephonerecorder: Int = 2810
Link copied to clipboard
const val XK_Terminate_Server: Int = 65237
Link copied to clipboard
const val XK_Thai_baht: Int = 3551
Link copied to clipboard
const val XK_Thai_bobaimai: Int = 3514
Link copied to clipboard
const val XK_Thai_chochan: Int = 3496
Link copied to clipboard
const val XK_Thai_chochang: Int = 3498
Link copied to clipboard
const val XK_Thai_choching: Int = 3497
Link copied to clipboard
const val XK_Thai_chochoe: Int = 3500
Link copied to clipboard
const val XK_Thai_dochada: Int = 3502
Link copied to clipboard
const val XK_Thai_dodek: Int = 3508
Link copied to clipboard
const val XK_Thai_fofa: Int = 3517
Link copied to clipboard
const val XK_Thai_fofan: Int = 3519
Link copied to clipboard
const val XK_Thai_hohip: Int = 3531
Link copied to clipboard
const val XK_Thai_honokhuk: Int = 3534
Link copied to clipboard
const val XK_Thai_khokhai: Int = 3490
Link copied to clipboard
const val XK_Thai_khokhon: Int = 3493
Link copied to clipboard
const val XK_Thai_khokhuat: Int = 3491
Link copied to clipboard
const val XK_Thai_khokhwai: Int = 3492
Link copied to clipboard
const val XK_Thai_khorakhang: Int = 3494
Link copied to clipboard
const val XK_Thai_kokai: Int = 3489
Link copied to clipboard
const val XK_Thai_lakkhangyao: Int = 3557
Link copied to clipboard
const val XK_Thai_lekchet: Int = 3575
Link copied to clipboard
const val XK_Thai_lekha: Int = 3573
Link copied to clipboard
const val XK_Thai_lekhok: Int = 3574
Link copied to clipboard
const val XK_Thai_lekkao: Int = 3577
Link copied to clipboard
const val XK_Thai_leknung: Int = 3569
Link copied to clipboard
const val XK_Thai_lekpaet: Int = 3576
Link copied to clipboard
const val XK_Thai_leksam: Int = 3571
Link copied to clipboard
const val XK_Thai_leksi: Int = 3572
Link copied to clipboard
const val XK_Thai_leksong: Int = 3570
Link copied to clipboard
const val XK_Thai_leksun: Int = 3568
Link copied to clipboard
const val XK_Thai_lochula: Int = 3532
Link copied to clipboard
const val XK_Thai_loling: Int = 3525
Link copied to clipboard
const val XK_Thai_lu: Int = 3526
Link copied to clipboard
const val XK_Thai_maichattawa: Int = 3563
Link copied to clipboard
const val XK_Thai_maiek: Int = 3560
Link copied to clipboard
const val XK_Thai_maihanakat: Int = 3537
Link copied to clipboard
const val XK_Thai_maihanakat_maitho: Int = 3550
Link copied to clipboard
const val XK_Thai_maitaikhu: Int = 3559
Link copied to clipboard
const val XK_Thai_maitho: Int = 3561
Link copied to clipboard
const val XK_Thai_maitri: Int = 3562
Link copied to clipboard
const val XK_Thai_maiyamok: Int = 3558
Link copied to clipboard
const val XK_Thai_moma: Int = 3521
Link copied to clipboard
const val XK_Thai_ngongu: Int = 3495
Link copied to clipboard
const val XK_Thai_nikhahit: Int = 3565
Link copied to clipboard
const val XK_Thai_nonen: Int = 3507
Link copied to clipboard
const val XK_Thai_nonu: Int = 3513
Link copied to clipboard
const val XK_Thai_oang: Int = 3533
Link copied to clipboard
const val XK_Thai_paiyannoi: Int = 3535
Link copied to clipboard
const val XK_Thai_phinthu: Int = 3546
Link copied to clipboard
const val XK_Thai_phophan: Int = 3518
Link copied to clipboard
const val XK_Thai_phophung: Int = 3516
Link copied to clipboard
const val XK_Thai_phosamphao: Int = 3520
Link copied to clipboard
const val XK_Thai_popla: Int = 3515
Link copied to clipboard
const val XK_Thai_rorua: Int = 3523
Link copied to clipboard
const val XK_Thai_ru: Int = 3524
Link copied to clipboard
const val XK_Thai_saraa: Int = 3536
Link copied to clipboard
const val XK_Thai_saraaa: Int = 3538
Link copied to clipboard
const val XK_Thai_saraae: Int = 3553
Link copied to clipboard
const val XK_Thai_saraaimaimalai: Int = 3556
Link copied to clipboard
const val XK_Thai_saraaimaimuan: Int = 3555
Link copied to clipboard
const val XK_Thai_saraam: Int = 3539
Link copied to clipboard
const val XK_Thai_sarae: Int = 3552
Link copied to clipboard
const val XK_Thai_sarai: Int = 3540
Link copied to clipboard
const val XK_Thai_saraii: Int = 3541
Link copied to clipboard
const val XK_Thai_sarao: Int = 3554
Link copied to clipboard
const val XK_Thai_sarau: Int = 3544
Link copied to clipboard
const val XK_Thai_saraue: Int = 3542
Link copied to clipboard
const val XK_Thai_sarauee: Int = 3543
Link copied to clipboard
const val XK_Thai_sarauu: Int = 3545
Link copied to clipboard
const val XK_Thai_sorusi: Int = 3529
Link copied to clipboard
const val XK_Thai_sosala: Int = 3528
Link copied to clipboard
const val XK_Thai_soso: Int = 3499
Link copied to clipboard
const val XK_Thai_sosua: Int = 3530
Link copied to clipboard
const val XK_Thai_thanthakhat: Int = 3564
Link copied to clipboard
const val XK_Thai_thonangmontho: Int = 3505
Link copied to clipboard
const val XK_Thai_thophuthao: Int = 3506
Link copied to clipboard
const val XK_Thai_thothahan: Int = 3511
Link copied to clipboard
const val XK_Thai_thothan: Int = 3504
Link copied to clipboard
const val XK_Thai_thothong: Int = 3512
Link copied to clipboard
const val XK_Thai_thothung: Int = 3510
Link copied to clipboard
const val XK_Thai_topatak: Int = 3503
Link copied to clipboard
const val XK_Thai_totao: Int = 3509
Link copied to clipboard
const val XK_Thai_wowaen: Int = 3527
Link copied to clipboard
const val XK_Thai_yoyak: Int = 3522
Link copied to clipboard
const val XK_Thai_yoying: Int = 3501
Link copied to clipboard
const val XK_therefore: Int = 2240
Link copied to clipboard
const val XK_thinspace: Int = 2727
Link copied to clipboard
const val XK_THORN: Int = 222
Link copied to clipboard
const val XK_Thorn: Int = 222
Link copied to clipboard
const val XK_thorn: Int = 254
Link copied to clipboard
const val XK_threeeighths: Int = 2756
Link copied to clipboard
const val XK_threefifths: Int = 2740
Link copied to clipboard
const val XK_threequarters: Int = 190
Link copied to clipboard
const val XK_threesubscript: Int = 16785539
Link copied to clipboard
const val XK_threesuperior: Int = 179
Link copied to clipboard
const val XK_tintegral: Int = 16785965
Link copied to clipboard
const val XK_topintegral: Int = 2212
Link copied to clipboard
const val XK_topleftparens: Int = 2219
Link copied to clipboard
const val XK_topleftradical: Int = 2210
Link copied to clipboard
const val XK_topleftsqbracket: Int = 2215
Link copied to clipboard
const val XK_topleftsummation: Int = 2225
Link copied to clipboard
const val XK_toprightparens: Int = 2221
Link copied to clipboard
const val XK_toprightsqbracket: Int = 2217
Link copied to clipboard
const val XK_toprightsummation: Int = 2229
Link copied to clipboard
const val XK_topt: Int = 2551
Link copied to clipboard
const val XK_topvertsummationconnector: Int = 2227
Link copied to clipboard
const val XK_Touroku: Int = 65323
Link copied to clipboard
const val XK_trademark: Int = 2761
Link copied to clipboard
const val XK_trademarkincircle: Int = 2763
Link copied to clipboard
const val XK_Tslash: Int = 940
Link copied to clipboard
const val XK_tslash: Int = 956
Link copied to clipboard
const val XK_twofifths: Int = 2739
Link copied to clipboard
const val XK_twosubscript: Int = 16785538
Link copied to clipboard
const val XK_twosuperior: Int = 178
Link copied to clipboard
const val XK_twothirds: Int = 2737
Link copied to clipboard
const val XK_U: Int = 85
Link copied to clipboard
const val XK_u: Int = 117
Link copied to clipboard
const val XK_Uacute: Int = 218
Link copied to clipboard
const val XK_uacute: Int = 250
Link copied to clipboard
const val XK_Ubelowdot: Int = 16785124
Link copied to clipboard
const val XK_ubelowdot: Int = 16785125
Link copied to clipboard
const val XK_Ubreve: Int = 733
Link copied to clipboard
const val XK_ubreve: Int = 765
Link copied to clipboard
const val XK_Ucircumflex: Int = 219
Link copied to clipboard
const val XK_ucircumflex: Int = 251
Link copied to clipboard
const val XK_Udiaeresis: Int = 220
Link copied to clipboard
const val XK_udiaeresis: Int = 252
Link copied to clipboard
const val XK_Udoubleacute: Int = 475
Link copied to clipboard
const val XK_udoubleacute: Int = 507
Link copied to clipboard
const val XK_Ugrave: Int = 217
Link copied to clipboard
const val XK_ugrave: Int = 249
Link copied to clipboard
const val XK_Uhook: Int = 16785126
Link copied to clipboard
const val XK_uhook: Int = 16785127
Link copied to clipboard
const val XK_Uhorn: Int = 16777647
Link copied to clipboard
const val XK_uhorn: Int = 16777648
Link copied to clipboard
const val XK_Uhornacute: Int = 16785128
Link copied to clipboard
const val XK_uhornacute: Int = 16785129
Link copied to clipboard
const val XK_Uhornbelowdot: Int = 16785136
Link copied to clipboard
const val XK_uhornbelowdot: Int = 16785137
Link copied to clipboard
const val XK_Uhorngrave: Int = 16785130
Link copied to clipboard
const val XK_uhorngrave: Int = 16785131
Link copied to clipboard
const val XK_Uhornhook: Int = 16785132
Link copied to clipboard
const val XK_uhornhook: Int = 16785133
Link copied to clipboard
const val XK_Uhorntilde: Int = 16785134
Link copied to clipboard
const val XK_uhorntilde: Int = 16785135
Link copied to clipboard
const val XK_Ukrainian_ghe_with_upturn: Int = 1709
Link copied to clipboard
const val XK_Ukrainian_GHE_WITH_UPTURN: Int = 1725
Link copied to clipboard
const val XK_Ukrainian_i: Int = 1702
Link copied to clipboard
const val XK_Ukrainian_I: Int = 1718
Link copied to clipboard
const val XK_Ukrainian_ie: Int = 1700
Link copied to clipboard
const val XK_Ukrainian_IE: Int = 1716
Link copied to clipboard
const val XK_Ukrainian_yi: Int = 1703
Link copied to clipboard
const val XK_Ukrainian_YI: Int = 1719
Link copied to clipboard
const val XK_Ukranian_i: Int = 1702
Link copied to clipboard
const val XK_Ukranian_I: Int = 1718
Link copied to clipboard
const val XK_Ukranian_je: Int = 1700
Link copied to clipboard
const val XK_Ukranian_JE: Int = 1716
Link copied to clipboard
const val XK_Ukranian_yi: Int = 1703
Link copied to clipboard
const val XK_Ukranian_YI: Int = 1719
Link copied to clipboard
const val XK_Umacron: Int = 990
Link copied to clipboard
const val XK_umacron: Int = 1022
Link copied to clipboard
const val XK_underbar: Int = 3014
Link copied to clipboard
const val XK_underscore: Int = 95
Link copied to clipboard
const val XK_Undo: Int = 65381
Link copied to clipboard
const val XK_union: Int = 2269
Link copied to clipboard
const val XK_Uogonek: Int = 985
Link copied to clipboard
const val XK_uogonek: Int = 1017
Link copied to clipboard
const val XK_Up: Int = 65362
Link copied to clipboard
const val XK_uparrow: Int = 2300
Link copied to clipboard
const val XK_upcaret: Int = 2985
Link copied to clipboard
const val XK_upleftcorner: Int = 2540
Link copied to clipboard
const val XK_uprightcorner: Int = 2539
Link copied to clipboard
const val XK_upshoe: Int = 3011
Link copied to clipboard
const val XK_upstile: Int = 3027
Link copied to clipboard
const val XK_uptack: Int = 3022
Link copied to clipboard
const val XK_Uring: Int = 473
Link copied to clipboard
const val XK_uring: Int = 505
Link copied to clipboard
const val XK_Utilde: Int = 989
Link copied to clipboard
const val XK_utilde: Int = 1021
Link copied to clipboard
const val XK_V: Int = 86
Link copied to clipboard
const val XK_v: Int = 118
Link copied to clipboard
const val XK_variation: Int = 2241
Link copied to clipboard
const val XK_vertbar: Int = 2552
Link copied to clipboard
const val XK_vertconnector: Int = 2214
Link copied to clipboard
const val XK_voicedsound: Int = 1246
Link copied to clipboard
const val XK_VoidSymbol: Int = 16777215
Link copied to clipboard
const val XK_vt: Int = 2537
Link copied to clipboard
const val XK_W: Int = 87
Link copied to clipboard
const val XK_w: Int = 119
Link copied to clipboard
const val XK_Wacute: Int = 16785026
Link copied to clipboard
const val XK_wacute: Int = 16785027
Link copied to clipboard
const val XK_Wcircumflex: Int = 16777588
Link copied to clipboard
const val XK_wcircumflex: Int = 16777589
Link copied to clipboard
const val XK_Wdiaeresis: Int = 16785028
Link copied to clipboard
const val XK_wdiaeresis: Int = 16785029
Link copied to clipboard
const val XK_Wgrave: Int = 16785024
Link copied to clipboard
const val XK_wgrave: Int = 16785025
Link copied to clipboard
const val XK_WonSign: Int = 16785577
Link copied to clipboard
const val XK_X: Int = 88
Link copied to clipboard
const val XK_x: Int = 120
Link copied to clipboard
const val XK_Xabovedot: Int = 16785034
Link copied to clipboard
const val XK_xabovedot: Int = 16785035
Link copied to clipboard
const val XK_Y: Int = 89
Link copied to clipboard
const val XK_y: Int = 121
Link copied to clipboard
const val XK_Yacute: Int = 221
Link copied to clipboard
const val XK_yacute: Int = 253
Link copied to clipboard
const val XK_Ybelowdot: Int = 16785140
Link copied to clipboard
const val XK_ybelowdot: Int = 16785141
Link copied to clipboard
const val XK_Ycircumflex: Int = 16777590
Link copied to clipboard
const val XK_ycircumflex: Int = 16777591
Link copied to clipboard
const val XK_ydiaeresis: Int = 255
Link copied to clipboard
const val XK_Ydiaeresis: Int = 5054
Link copied to clipboard
const val XK_yen: Int = 165
Link copied to clipboard
const val XK_Ygrave: Int = 16785138
Link copied to clipboard
const val XK_ygrave: Int = 16785139
Link copied to clipboard
const val XK_Yhook: Int = 16785142
Link copied to clipboard
const val XK_yhook: Int = 16785143
Link copied to clipboard
const val XK_Ytilde: Int = 16785144
Link copied to clipboard
const val XK_ytilde: Int = 16785145
Link copied to clipboard
const val XK_Z: Int = 90
Link copied to clipboard
const val XK_z: Int = 122
Link copied to clipboard
const val XK_Zabovedot: Int = 431
Link copied to clipboard
const val XK_zabovedot: Int = 447
Link copied to clipboard
const val XK_Zacute: Int = 428
Link copied to clipboard
const val XK_zacute: Int = 444
Link copied to clipboard
const val XK_Zcaron: Int = 430
Link copied to clipboard
const val XK_zcaron: Int = 446
Link copied to clipboard
const val XK_Zen_Koho: Int = 65341
Link copied to clipboard
const val XK_Zenkaku: Int = 65320
Link copied to clipboard
const val XK_Zenkaku_Hankaku: Int = 65322
Link copied to clipboard
const val XK_zerosubscript: Int = 16785536
Link copied to clipboard
const val XK_zerosuperior: Int = 16785520
Link copied to clipboard
const val XK_Zstroke: Int = 16777653
Link copied to clipboard
const val XK_zstroke: Int = 16777654
Link copied to clipboard
val <Error class: unknown class><NSPoint>.y: <Error class: unknown class>